Html Css Color HEX #C02449 Old Rose

📋 copy color: '#C02449'

red 192 ◦ green 36 ◦ blue 73

#C02449
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #C02449

Tints of Old Rose #C02449

RGB

 RED value IS 192 (75.39% from 255) = 63.79%

 GREEN value IS 36 (14.45% from 255) = 11.96%

 BLUE value IS 73 (28.91% from 255) = 24.25%

R = 63.79%
G = 11.96%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C02449 (or 0xC02449) is known color: Old Rose. HEX triplet: C0, 24 and 49. RGB value is (192,36,73). Sum of RGB (Red+Green+Blue) = 192+36+73=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C02449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02449 is #3FDBB6. Grayscale: #565656. Windows color (decimal): -4185015 or 4793536. OLE color: 4793536.

HSL color Cylindrical-coordinate representation of color #C02449: hue angle of 345.77º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02449 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 36 73 -
CMYK 0 0.81 0.62 0.25
HSL 345.77º 0.68% 0.45% -
HSV(B) 345.77º 0.81% 0.75% -
XYZ 23.57 12.95 7.56 -
YUV 86.86 120.18 202.99 -
System Red Green Blue C M Y K H S L
Decimal 192 36 73 0 0.81 0.62 0.25 345.77 0.68 0.45
Hex C0 24 49 0 51 3E 19 15A 44 2D
Octal 300 44 111 0 121 76 31 532 104 55
Binary 11000000 100100 1001001 0 1010001 111110 11001 101011010 1000100 101101

Color Harmonies of #C02449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02449

Black with #C02449

Text Example


Text Example

White with #C02449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02449; }

 p { color: rgb(192,36,73); }

 H1.HeaderClassName
 {
   color: #C02449;
 }
 .AnyTagClassName
 {
   color: #C02449;
 }
</style>

background-color css

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

 a { background-color: rgb(192,36,73); }

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

border-color css

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

 span { border-color: rgb(192,36,73); }

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