#BD3C4B

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

Shades of Old Rose #BD3C4B

Tints of Old Rose #BD3C4B

Color information

#BD3C4B (or 0xBD3C4B) is unknown color: approx Old Rose. HEX triplet: BD, 3C and 4B. RGB value is (189,60,75). Sum of RGB (Red+Green+Blue) = 189+60+75=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3C4B is #42C3B4. Grayscale: #646464. Windows color (decimal): -4375477 or 4930749. OLE color: 4930749.

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

Color convert

RGB1896075-
CMYK00.680.600.26
HSL353.02º51.81%48.82%-
HSV(B)353.02º68.25%74.12%-
XYZ23.8714.568.21-
YUV100.28113.74191.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.33%
GREEN value IS 60 (23.83% from 255) = 18.52%
BLUE value IS 75 (29.69% from 255) = 23.15%
R=58.33%
G=18.52%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189607500.680.600.26353.0251.8148.82
HexBD3C4B0443C1A1613431
Octal27574113010474325416461
Binary1011110111110010010110100010011110011010101100001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3C4B; }

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

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

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

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

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

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

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

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