#BD2248

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

Shades of Old Rose #BD2248

Tints of Old Rose #BD2248

Color information

#BD2248 (or 0xBD2248) is unknown color: approx Old Rose. HEX triplet: BD, 22 and 48. RGB value is (189,34,72). Sum of RGB (Red+Green+Blue) = 189+34+72=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2248 is #42DDB7. Grayscale: #545454. Windows color (decimal): -4382136 or 4727485. OLE color: 4727485.

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

Color convert

RGB1893472-
CMYK00.820.620.26
HSL345.29º69.51%43.73%-
HSV(B)345.29º82.01%74.12%-
XYZ22.7312.437.33-
YUV84.68120.85202.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.07%
GREEN value IS 34 (13.67% from 255) = 11.53%
BLUE value IS 72 (28.52% from 255) = 24.41%
R=64.07%
G=11.53%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189347200.820.620.26345.2969.5143.73
HexBD22480523E1A159462c
Octal275421100122763253110654
Binary10111101100010100100001010010111110110101010110011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2248; }

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

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

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

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

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

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

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

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