#B2204A

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

Shades of Old Rose #B2204A

Tints of Old Rose #B2204A

Color information

#B2204A (or 0xB2204A) is unknown color: approx Old Rose. HEX triplet: B2, 20 and 4A. RGB value is (178,32,74). Sum of RGB (Red+Green+Blue) = 178+32+74=284 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.68% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 178 - color contains mainly: red. Hex color #B2204A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2204A is #4DDFB5. Grayscale: #505050. Windows color (decimal): -5103542 or 4858034. OLE color: 4858034.

HSL color Cylindrical-coordinate representation of color #B2204A: hue angle of 342.74º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2204A is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB1783274-
CMYK00.820.580.30
HSL342.74º69.52%41.18%-
HSV(B)342.74º82.02%69.8%-
XYZ20.1110.997.54-
YUV80.44124.37197.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 62.68%
GREEN value IS 32 (12.89% from 255) = 11.27%
BLUE value IS 74 (29.30% from 255) = 26.06%
R=62.68%
G=11.27%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178327400.820.580.30342.7469.5241.18
HexB2204A0523A1E1574629
Octal262401120122723652710651
Binary10110010100000100101001010010111010111101010101111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2204A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2204A; }

 p { color: rgb(178,32,74); }

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

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

 a { background-color: rgb(178,32,74); }

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

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

 span { border-color: rgb(178,32,74); }

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