#C02A48

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

Shades of Old Rose #C02A48

Tints of Old Rose #C02A48

Color information

#C02A48 (or 0xC02A48) is unknown color: approx Old Rose. HEX triplet: C0, 2A and 48. RGB value is (192,42,72). Sum of RGB (Red+Green+Blue) = 192+42+72=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02A48 is #3FD5B7. Grayscale: #5A5A5A. Windows color (decimal): -4183480 or 4729536. OLE color: 4729536.

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

Color convert

RGB1924272-
CMYK00.780.630.25
HSL348º64.1%45.88%-
HSV(B)348º78.12%75.29%-
XYZ23.7413.337.45-
YUV90.27117.7200.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 62.75%
GREEN value IS 42 (16.80% from 255) = 13.73%
BLUE value IS 72 (28.52% from 255) = 23.53%
R=62.75%
G=13.73%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192427200.780.630.2534864.145.88
HexC02A4804E3F1915c402e
Octal300521100116773153410056
Binary11000000101010100100001001110111111110011010111001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02A48; }

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

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

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

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

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

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

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

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