#C02248

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

Shades of Old Rose #C02248

Tints of Old Rose #C02248

Color information

#C02248 (or 0xC02248) is unknown color: approx Old Rose. HEX triplet: C0, 22 and 48. RGB value is (192,34,72). Sum of RGB (Red+Green+Blue) = 192+34+72=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C02248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02248 is #3FDDB7. Grayscale: #555555. Windows color (decimal): -4185528 or 4727488. OLE color: 4727488.

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

Color convert

RGB1923472-
CMYK00.820.630.25
HSL345.57º69.91%44.31%-
HSV(B)345.57º82.29%75.29%-
XYZ23.4812.827.37-
YUV85.57120.35203.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 64.43%
GREEN value IS 34 (13.67% from 255) = 11.41%
BLUE value IS 72 (28.52% from 255) = 24.16%
R=64.43%
G=11.41%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192347200.820.630.25345.5769.9144.31
HexC022480523F1915a462c
Octal300421100122773153210654
Binary11000000100010100100001010010111111110011010110101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02248; }

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

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

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

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

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

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

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

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