#BD224B

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

Shades of Old Rose #BD224B

Tints of Old Rose #BD224B

Color information

#BD224B (or 0xBD224B) is unknown color: approx Old Rose. HEX triplet: BD, 22 and 4B. RGB value is (189,34,75). Sum of RGB (Red+Green+Blue) = 189+34+75=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD224B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD224B is #42DDB4. Grayscale: #555555. Windows color (decimal): -4382133 or 4924093. OLE color: 4924093.

HSL color Cylindrical-coordinate representation of color #BD224B: hue angle of 344.13º 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 #BD224B is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB1893475-
CMYK00.820.600.26
HSL344.13º69.51%43.73%-
HSV(B)344.13º82.01%74.12%-
XYZ22.8312.477.86-
YUV85.02122.35202.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.42%
GREEN value IS 34 (13.67% from 255) = 11.41%
BLUE value IS 75 (29.69% from 255) = 25.17%
R=63.42%
G=11.41%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189347500.820.600.26344.1369.5143.73
HexBD224B0523C1A158462c
Octal275421130122743253010654
Binary10111101100010100101101010010111100110101010110001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD224B; }

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

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

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

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

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

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

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

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