Html Css Color HEX #C02A34 Mahogany

📋 copy color: '#C02A34'

red 192 ◦ green 42 ◦ blue 52

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

Shades of Mahogany #C02A34

Tints of Mahogany #C02A34

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.69%

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 67.13%
G = 14.69%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C02A34 (or 0xC02A34) is known color: Mahogany. HEX triplet: C0, 2A and 34. RGB value is (192,42,52). Sum of RGB (Red+Green+Blue) = 192+42+52=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 42 (16.80% from 255 or 14.69% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02A34 is #3FD5CB. Grayscale: #585858. Windows color (decimal): -4183500 or 3418816. OLE color: 3418816.

HSL color Cylindrical-coordinate representation of color #C02A34: hue angle of 356º 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 #C02A34 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 42 52 -
CMYK 0 0.78 0.73 0.25
HSL 356º 0.64% 0.46% -
HSV(B) 356º 0.78% 0.75% -
XYZ 23.19 13.11 4.56 -
YUV 87.99 107.7 202.19 -
System Red Green Blue C M Y K H S L
Decimal 192 42 52 0 0.78 0.73 0.25 356 0.64 0.46
Hex C0 2A 34 0 4E 49 19 164 40 2E
Octal 300 52 64 0 116 111 31 544 100 56
Binary 11000000 101010 110100 0 1001110 1001001 11001 101100100 1000000 101110

Color Harmonies of #C02A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02A34

Black with #C02A34

Text Example


Text Example

White with #C02A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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