#BD2C46

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

Shades of Old Rose #BD2C46

Tints of Old Rose #BD2C46

Color information

#BD2C46 (or 0xBD2C46) is unknown color: approx Old Rose. HEX triplet: BD, 2C and 46. RGB value is (189,44,70). Sum of RGB (Red+Green+Blue) = 189+44+70=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2C46 is #42D3B9. Grayscale: #5A5A5A. Windows color (decimal): -4379578 or 4598973. OLE color: 4598973.

HSL color Cylindrical-coordinate representation of color #BD2C46: hue angle of 349.24º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2C46 is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB1894470-
CMYK00.770.630.26
HSL349.24º62.23%45.69%-
HSV(B)349.24º76.72%74.12%-
XYZ22.9913.067.1-
YUV90.32116.54198.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 62.38%
GREEN value IS 44 (17.58% from 255) = 14.52%
BLUE value IS 70 (27.73% from 255) = 23.10%
R=62.38%
G=14.52%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189447000.770.630.26349.2462.2345.69
HexBD2C4604D3F1A15d3e2e
Octal27554106011577325357656
Binary1011110110110010001100100110111111111010101011101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2C46; }

 p { color: rgb(189,44,70); }

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

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

 a { background-color: rgb(189,44,70); }

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

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

 span { border-color: rgb(189,44,70); }

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