Html Css Color HEX #C02A31 Mahogany

📋 copy color: '#C02A31'

red 192 ◦ green 42 ◦ blue 49

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

Shades of Mahogany #C02A31

Tints of Mahogany #C02A31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.31%

R = 67.84%
G = 14.84%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C02A31 (or 0xC02A31) is known color: Mahogany. HEX triplet: C0, 2A and 31. RGB value is (192,42,49). Sum of RGB (Red+Green+Blue) = 192+42+49=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02A31 is #3FD5CE. Grayscale: #575757. Windows color (decimal): -4183503 or 3222208. OLE color: 3222208.

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

Color convert

RGB 192 42 49 -
CMYK 0 0.78 0.74 0.25
HSL 357.2º 0.64% 0.46% -
HSV(B) 357.2º 0.78% 0.75% -
XYZ 23.12 13.08 4.21 -
YUV 87.65 106.2 202.43 -
System Red Green Blue C M Y K H S L
Decimal 192 42 49 0 0.78 0.74 0.25 357.2 0.64 0.46
Hex C0 2A 31 0 4E 4A 19 165 40 2E
Octal 300 52 61 0 116 112 31 545 100 56
Binary 11000000 101010 110001 0 1001110 1001010 11001 101100101 1000000 101110

Color Harmonies of #C02A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02A31

Black with #C02A31

Text Example


Text Example

White with #C02A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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