#B0364B

Color #B0364B Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #B0364B

Tints of Old Rose #B0364B

Color information

#B0364B (or 0xB0364B) is unknown color: approx Old Rose. HEX triplet: B0, 36 and 4B. RGB value is (176,54,75). Sum of RGB (Red+Green+Blue) = 176+54+75=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B0364B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0364B is #4FC9B4. Grayscale: #5C5C5C. Windows color (decimal): -5228981 or 4929200. OLE color: 4929200.

HSL color Cylindrical-coordinate representation of color #B0364B: hue angle of 349.67º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0364B is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB1765475-
CMYK00.690.570.31
HSL349.67º53.04%45.1%-
HSV(B)349.67º69.32%69.02%-
XYZ20.4912.387.97-
YUV92.87117.92187.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 57.70%
GREEN value IS 54 (21.48% from 255) = 17.70%
BLUE value IS 75 (29.69% from 255) = 24.59%
R=57.70%
G=17.70%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176547500.690.570.31349.6753.0445.1
HexB0364B045391F15e352d
Octal26066113010571375366555
Binary1011000011011010010110100010111100111111101011110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0364B; }

 p { color: rgb(176,54,75); }

 H1.HeaderClassName
 {
   color: #B0364B;
 }
 .AnyTagClassName
 {
   color: #B0364B;
 }
</style>
background-color css

<style>
 a { background-color: #B0364B; }

 a { background-color: rgb(176,54,75); }

 div.DivClassName
 {
   background-color: #B0364B;
 }
 .BgClassName
 {
   background-color: #B0364B;
 }
</style>
border-color css

<style>
 span { border-color: #B0364B; }

 span { border-color: rgb(176,54,75); }

 td.TdClassName
 {
   border-color: #B0364B;
 }
 .TagClassName
 {
   border-color: #B0364B;
 }
</style>