#C02252

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

Shades of Old Rose #C02252

Tints of Old Rose #C02252

Color information

#C02252 (or 0xC02252) is unknown color: approx Old Rose. HEX triplet: C0, 22 and 52. RGB value is (192,34,82). Sum of RGB (Red+Green+Blue) = 192+34+82=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C02252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02252 is #3FDDAD. Grayscale: #565656. Windows color (decimal): -4185518 or 5382848. OLE color: 5382848.

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

Color convert

RGB1923482-
CMYK00.820.570.25
HSL341.77º69.91%44.31%-
HSV(B)341.77º82.29%75.29%-
XYZ23.8312.969.23-
YUV86.71125.35203.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 62.34%
GREEN value IS 34 (13.67% from 255) = 11.04%
BLUE value IS 82 (32.42% from 255) = 26.62%
R=62.34%
G=11.04%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192348200.820.570.25341.7769.9144.31
HexC022520523919156462c
Octal300421220122713152610654
Binary11000000100010101001001010010111001110011010101101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02252; }

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

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

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

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

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

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

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

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