Html Css Color HEX #C02A48 Old Rose

📋 copy color: '#C02A48'

red 192 ◦ green 42 ◦ blue 72

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

Shades of Old Rose #C02A48

Tints of Old Rose #C02A48

RGB

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

 GREEN value IS 42 (16.8% 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 value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C02A48 (or 0xC02A48) is known color: 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

RGB 192 42 72 -
CMYK 0 0.78 0.63 0.25
HSL 348º 0.64% 0.46% -
HSV(B) 348º 0.78% 0.75% -
XYZ 23.74 13.33 7.45 -
YUV 90.27 117.7 200.56 -
System Red Green Blue C M Y K H S L
Decimal 192 42 72 0 0.78 0.63 0.25 348 0.64 0.46
Hex C0 2A 48 0 4E 3F 19 15C 40 2E
Octal 300 52 110 0 116 77 31 534 100 56
Binary 11000000 101010 1001000 0 1001110 111111 11001 101011100 1000000 101110

Color Harmonies of #C02A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02A48

Black with #C02A48

Text Example


Text Example

White with #C02A48

Text Example


Text Example

HTML Codes & Css Web 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>