#B23542

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

Shades of Old Rose #B23542

Tints of Old Rose #B23542

Color information

#B23542 (or 0xB23542) is unknown color: approx Old Rose. HEX triplet: B2, 35 and 42. RGB value is (178,53,66). Sum of RGB (Red+Green+Blue) = 178+53+66=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B23542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23542 is #4DCABD. Grayscale: #5B5B5B. Windows color (decimal): -5098174 or 4339122. OLE color: 4339122.

HSL color Cylindrical-coordinate representation of color #B23542: hue angle of 353.76º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B23542 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB1785366-
CMYK00.700.630.30
HSL353.76º54.11%45.29%-
HSV(B)353.76º70.22%69.8%-
XYZ20.6212.46.46-
YUV91.86113.41189.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.93%
GREEN value IS 53 (21.09% from 255) = 17.85%
BLUE value IS 66 (26.17% from 255) = 22.22%
R=59.93%
G=17.85%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178536600.700.630.30353.7654.1145.29
HexB235420463F1E162362d
Octal26265102010677365426655
Binary1011001011010110000100100011011111111110101100010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23542; }

 p { color: rgb(178,53,66); }

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

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

 a { background-color: rgb(178,53,66); }

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

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

 span { border-color: rgb(178,53,66); }

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