Html Css Color HEX #C02B2C Mahogany

📋 copy color: '#C02B2C'

red 192 ◦ green 43 ◦ blue 44

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

Shades of Mahogany #C02B2C

Tints of Mahogany #C02B2C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.41%

 BLUE value IS 44 (17.58% from 255) = 15.77%

R = 68.82%
G = 15.41%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C02B2C (or 0xC02B2C) is known color: Mahogany. HEX triplet: C0, 2B and 2C. RGB value is (192,43,44). Sum of RGB (Red+Green+Blue) = 192+43+44=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02B2C is #3FD4D3. Grayscale: #575757. Windows color (decimal): -4183252 or 2894784. OLE color: 2894784.

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

Color convert

RGB 192 43 44 -
CMYK 0 0.78 0.77 0.25
HSL 359.6º 0.63% 0.46% -
HSV(B) 359.6º 0.78% 0.75% -
XYZ 23.06 13.12 3.7 -
YUV 87.67 103.36 202.42 -
System Red Green Blue C M Y K H S L
Decimal 192 43 44 0 0.78 0.77 0.25 359.6 0.63 0.46
Hex C0 2B 2C 0 4E 4D 19 168 3F 2E
Octal 300 53 54 0 116 115 31 550 77 56
Binary 11000000 101011 101100 0 1001110 1001101 11001 101101000 111111 101110

Color Harmonies of #C02B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02B2C

Black with #C02B2C

Text Example


Text Example

White with #C02B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02B2C; }

 p { color: rgb(192,43,44); }

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

background-color css

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

 a { background-color: rgb(192,43,44); }

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

border-color css

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

 span { border-color: rgb(192,43,44); }

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