#BD2F45

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

Shades of Old Rose #BD2F45

Tints of Old Rose #BD2F45

Color information

#BD2F45 (or 0xBD2F45) is unknown color: approx Old Rose. HEX triplet: BD, 2F and 45. RGB value is (189,47,69). Sum of RGB (Red+Green+Blue) = 189+47+69=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2F45 is #42D0BA. Grayscale: #5C5C5C. Windows color (decimal): -4378811 or 4534205. OLE color: 4534205.

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

Color convert

RGB1894769-
CMYK00.750.630.26
HSL350.7º60.17%46.27%-
HSV(B)350.7º75.13%74.12%-
XYZ23.0813.286.98-
YUV91.97115.04197.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.97%
GREEN value IS 47 (18.75% from 255) = 15.41%
BLUE value IS 69 (27.34% from 255) = 22.62%
R=61.97%
G=15.41%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189476900.750.630.26350.760.1746.27
HexBD2F4504B3F1A15f3c2e
Octal27557105011377325377456
Binary1011110110111110001010100101111111111010101011111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2F45; }

 p { color: rgb(189,47,69); }

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

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

 a { background-color: rgb(189,47,69); }

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

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

 span { border-color: rgb(189,47,69); }

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