#BD424B

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

Shades of Old Rose #BD424B

Tints of Old Rose #BD424B

Color information

#BD424B (or 0xBD424B) is unknown color: approx Old Rose. HEX triplet: BD, 42 and 4B. RGB value is (189,66,75). Sum of RGB (Red+Green+Blue) = 189+66+75=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD424B is #42BDB4. Grayscale: #676767. Windows color (decimal): -4373941 or 4932285. OLE color: 4932285.

HSL color Cylindrical-coordinate representation of color #BD424B: hue angle of 355.61º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD424B is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB1896675-
CMYK00.650.600.26
HSL355.61º48.24%50%-
HSV(B)355.61º65.08%74.12%-
XYZ24.215.228.32-
YUV103.8111.75188.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.27%
GREEN value IS 66 (26.17% from 255) = 20%
BLUE value IS 75 (29.69% from 255) = 22.73%
R=57.27%
G=20%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189667500.650.600.26355.6148.2450
HexBD424B0413C1A1643032
Octal275102113010174325446062
Binary10111101100001010010110100000111110011010101100100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD424B; }

 p { color: rgb(189,66,75); }

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

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

 a { background-color: rgb(189,66,75); }

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

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

 span { border-color: rgb(189,66,75); }

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