#C22B49

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

Shades of Old Rose #C22B49

Tints of Old Rose #C22B49

Color information

#C22B49 (or 0xC22B49) is unknown color: approx Old Rose. HEX triplet: C2, 2B and 49. RGB value is (194,43,73). Sum of RGB (Red+Green+Blue) = 194+43+73=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22B49 is #3DD4B6. Grayscale: #5B5B5B. Windows color (decimal): -4052151 or 4795330. OLE color: 4795330.

HSL color Cylindrical-coordinate representation of color #C22B49: hue angle of 348.08º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22B49 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB1944373-
CMYK00.780.620.24
HSL348.08º63.71%46.47%-
HSV(B)348.08º77.84%76.08%-
XYZ24.3113.687.66-
YUV91.57117.53201.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.58%
GREEN value IS 43 (17.19% from 255) = 13.87%
BLUE value IS 73 (28.91% from 255) = 23.55%
R=62.58%
G=13.87%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194437300.780.620.24348.0863.7146.47
HexC22B4904E3E1815c402e
Octal302531110116763053410056
Binary11000010101011100100101001110111110110001010111001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22B49; }

 p { color: rgb(194,43,73); }

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

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

 a { background-color: rgb(194,43,73); }

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

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

 span { border-color: rgb(194,43,73); }

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