#BD3146

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

Shades of Old Rose #BD3146

Tints of Old Rose #BD3146

Color information

#BD3146 (or 0xBD3146) is unknown color: approx Old Rose. HEX triplet: BD, 31 and 46. RGB value is (189,49,70). Sum of RGB (Red+Green+Blue) = 189+49+70=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3146 is #42CEB9. Grayscale: #5D5D5D. Windows color (decimal): -4378298 or 4600253. OLE color: 4600253.

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

Color convert

RGB1894970-
CMYK00.740.630.26
HSL351º58.82%46.67%-
HSV(B)351º74.07%74.12%-
XYZ23.1913.467.17-
YUV93.25114.88196.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.36%
GREEN value IS 49 (19.53% from 255) = 15.91%
BLUE value IS 70 (27.73% from 255) = 22.73%
R=61.36%
G=15.91%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189497000.740.630.2635158.8246.67
HexBD314604A3F1A15f3b2f
Octal27561106011277325377357
Binary1011110111000110001100100101011111111010101011111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3146; }

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

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

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

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

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

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

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

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