#C22252

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

Shades of Old Rose #C22252

Tints of Old Rose #C22252

Color information

#C22252 (or 0xC22252) is unknown color: approx Old Rose. HEX triplet: C2, 22 and 52. RGB value is (194,34,82). Sum of RGB (Red+Green+Blue) = 194+34+82=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C22252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22252 is #3DDDAD. Grayscale: #575757. Windows color (decimal): -4054446 or 5382850. OLE color: 5382850.

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

Color convert

RGB1943482-
CMYK00.820.580.24
HSL342º70.18%44.71%-
HSV(B)342º82.47%76.08%-
XYZ24.3413.229.25-
YUV87.31125.01204.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.58%
GREEN value IS 34 (13.67% from 255) = 10.97%
BLUE value IS 82 (32.42% from 255) = 26.45%
R=62.58%
G=10.97%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194348200.820.580.2434270.1844.71
HexC222520523A18156462d
Octal302421220122723052610655
Binary11000010100010101001001010010111010110001010101101000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22252; }

 p { color: rgb(194,34,82); }

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

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

 a { background-color: rgb(194,34,82); }

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

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

 span { border-color: rgb(194,34,82); }

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