#B24043

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

Shades of Old Rose #B24043

Tints of Old Rose #B24043

Color information

#B24043 (or 0xB24043) is unknown color: approx Old Rose. HEX triplet: B2, 40 and 43. RGB value is (178,64,67). Sum of RGB (Red+Green+Blue) = 178+64+67=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B24043 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24043 is #4DBFBC. Grayscale: #626262. Windows color (decimal): -5095357 or 4407474. OLE color: 4407474.

HSL color Cylindrical-coordinate representation of color #B24043: hue angle of 358.42º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B24043 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB1786467-
CMYK00.640.620.30
HSL358.42º47.11%47.45%-
HSV(B)358.42º64.04%69.8%-
XYZ21.2113.546.81-
YUV98.43110.27184.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.61%
GREEN value IS 64 (25.39% from 255) = 20.71%
BLUE value IS 67 (26.56% from 255) = 21.68%
R=57.61%
G=20.71%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178646700.640.620.30358.4247.1147.45
HexB240430403E1E1662f2f
Octal262100103010076365465757
Binary10110010100000010000110100000011111011110101100110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24043; }

 p { color: rgb(178,64,67); }

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

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

 a { background-color: rgb(178,64,67); }

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

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

 span { border-color: rgb(178,64,67); }

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