#BD2048

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

Shades of Old Rose #BD2048

Tints of Old Rose #BD2048

Color information

#BD2048 (or 0xBD2048) is unknown color: approx Old Rose. HEX triplet: BD, 20 and 48. RGB value is (189,32,72). Sum of RGB (Red+Green+Blue) = 189+32+72=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2048 is #42DFB7. Grayscale: #535353. Windows color (decimal): -4382648 or 4726973. OLE color: 4726973.

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

Color convert

RGB1893272-
CMYK00.830.620.26
HSL344.71º71.04%43.33%-
HSV(B)344.71º83.07%74.12%-
XYZ22.6712.327.31-
YUV83.5121.51203.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.51%
GREEN value IS 32 (12.89% from 255) = 10.92%
BLUE value IS 72 (28.52% from 255) = 24.57%
R=64.51%
G=10.92%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189327200.830.620.26344.7171.0443.33
HexBD20480533E1A159472b
Octal275401100123763253110753
Binary10111101100000100100001010011111110110101010110011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2048; }

 p { color: rgb(189,32,72); }

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

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

 a { background-color: rgb(189,32,72); }

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

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

 span { border-color: rgb(189,32,72); }

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