Html Css Color HEX #C02848 Old Rose

📋 copy color: '#C02848'

red 192 ◦ green 40 ◦ blue 72

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

Shades of Old Rose #C02848

Tints of Old Rose #C02848

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.16%

 BLUE value IS 72 (28.52% from 255) = 23.68%

R = 63.16%
G = 13.16%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C02848 (or 0xC02848) is known color: Old Rose. HEX triplet: C0, 28 and 48. RGB value is (192,40,72). Sum of RGB (Red+Green+Blue) = 192+40+72=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C02848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02848 is #3FD7B7. Grayscale: #595959. Windows color (decimal): -4183992 or 4729024. OLE color: 4729024.

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

Color convert

RGB 192 40 72 -
CMYK 0 0.79 0.63 0.25
HSL 347.37º 0.66% 0.45% -
HSV(B) 347.37º 0.79% 0.75% -
XYZ 23.67 13.19 7.43 -
YUV 89.1 118.36 201.4 -
System Red Green Blue C M Y K H S L
Decimal 192 40 72 0 0.79 0.63 0.25 347.37 0.66 0.45
Hex C0 28 48 0 4F 3F 19 15B 42 2D
Octal 300 50 110 0 117 77 31 533 102 55
Binary 11000000 101000 1001000 0 1001111 111111 11001 101011011 1000010 101101

Color Harmonies of #C02848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02848

Black with #C02848

Text Example


Text Example

White with #C02848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02848; }

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

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

background-color css

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

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

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

border-color css

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

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

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