#B23441

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

Shades of Old Rose #B23441

Tints of Old Rose #B23441

Color information

#B23441 (or 0xB23441) is unknown color: approx Old Rose. HEX triplet: B2, 34 and 41. RGB value is (178,52,65). Sum of RGB (Red+Green+Blue) = 178+52+65=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B23441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23441 is #4DCBBE. Grayscale: #5B5B5B. Windows color (decimal): -5098431 or 4273330. OLE color: 4273330.

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

Color convert

RGB1785265-
CMYK00.710.630.30
HSL353.81º54.78%45.1%-
HSV(B)353.81º70.79%69.8%-
XYZ20.5412.36.29-
YUV91.16113.24189.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.34%
GREEN value IS 52 (20.70% from 255) = 17.63%
BLUE value IS 65 (25.78% from 255) = 22.03%
R=60.34%
G=17.63%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178526500.710.630.30353.8154.7845.1
HexB234410473F1E162372d
Octal26264101010777365426755
Binary1011001011010010000010100011111111111110101100010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23441; }

 p { color: rgb(178,52,65); }

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

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

 a { background-color: rgb(178,52,65); }

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

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

 span { border-color: rgb(178,52,65); }

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