Html Css Color HEX #C02949 Old Rose

📋 copy color: '#C02949'

red 192 ◦ green 41 ◦ blue 73

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

Shades of Old Rose #C02949

Tints of Old Rose #C02949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.4%

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

R = 62.75%
G = 13.4%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C02949 (or 0xC02949) is known color: Old Rose. HEX triplet: C0, 29 and 49. RGB value is (192,41,73). Sum of RGB (Red+Green+Blue) = 192+41+73=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C02949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02949 is #3FD6B6. Grayscale: #595959. Windows color (decimal): -4183735 or 4794816. OLE color: 4794816.

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

Color convert

RGB 192 41 73 -
CMYK 0 0.79 0.62 0.25
HSL 347.28º 0.65% 0.46% -
HSV(B) 347.28º 0.79% 0.75% -
XYZ 23.73 13.27 7.61 -
YUV 89.8 118.53 200.9 -
System Red Green Blue C M Y K H S L
Decimal 192 41 73 0 0.79 0.62 0.25 347.28 0.65 0.46
Hex C0 29 49 0 4F 3E 19 15B 41 2E
Octal 300 51 111 0 117 76 31 533 101 56
Binary 11000000 101001 1001001 0 1001111 111110 11001 101011011 1000001 101110

Color Harmonies of #C02949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02949

Black with #C02949

Text Example


Text Example

White with #C02949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02949; }

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

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

background-color css

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

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

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

border-color css

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

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

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