Html Css Color HEX #C02A2E Mahogany

📋 copy color: '#C02A2E'

red 192 ◦ green 42 ◦ blue 46

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

Shades of Mahogany #C02A2E

Tints of Mahogany #C02A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.43%

R = 68.57%
G = 15%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C02A2E (or 0xC02A2E) is known color: Mahogany. HEX triplet: C0, 2A and 2E. RGB value is (192,42,46). Sum of RGB (Red+Green+Blue) = 192+42+46=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02A2E is #3FD5D1. Grayscale: #575757. Windows color (decimal): -4183506 or 3025600. OLE color: 3025600.

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

Color convert

RGB 192 42 46 -
CMYK 0 0.78 0.76 0.25
HSL 358.4º 0.64% 0.46% -
HSV(B) 358.4º 0.78% 0.75% -
XYZ 23.06 13.06 3.89 -
YUV 87.31 104.7 202.67 -
System Red Green Blue C M Y K H S L
Decimal 192 42 46 0 0.78 0.76 0.25 358.4 0.64 0.46
Hex C0 2A 2E 0 4E 4C 19 166 40 2E
Octal 300 52 56 0 116 114 31 546 100 56
Binary 11000000 101010 101110 0 1001110 1001100 11001 101100110 1000000 101110

Color Harmonies of #C02A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02A2E

Black with #C02A2E

Text Example


Text Example

White with #C02A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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