#BD3046

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

Shades of Old Rose #BD3046

Tints of Old Rose #BD3046

Color information

#BD3046 (or 0xBD3046) is unknown color: approx Old Rose. HEX triplet: BD, 30 and 46. RGB value is (189,48,70). Sum of RGB (Red+Green+Blue) = 189+48+70=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3046 is #42CFB9. Grayscale: #5C5C5C. Windows color (decimal): -4378554 or 4599997. OLE color: 4599997.

HSL color Cylindrical-coordinate representation of color #BD3046: hue angle of 350.64º degrees, saturation: 0.59, 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 #BD3046 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB1894870-
CMYK00.750.630.26
HSL350.64º59.49%46.47%-
HSV(B)350.64º74.6%74.12%-
XYZ23.1513.377.16-
YUV92.67115.21196.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.56%
GREEN value IS 48 (19.14% from 255) = 15.64%
BLUE value IS 70 (27.73% from 255) = 22.80%
R=61.56%
G=15.64%
B=22.80%

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
Decimal189487000.750.630.26350.6459.4946.47
HexBD304604B3F1A15f3b2e
Octal27560106011377325377356
Binary1011110111000010001100100101111111111010101011111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3046; }

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

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

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

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

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

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

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

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