Html Css Color HEX #C02729 Mahogany

📋 copy color: '#C02729'

red 192 ◦ green 39 ◦ blue 41

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

Shades of Mahogany #C02729

Tints of Mahogany #C02729

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.34%

 BLUE value IS 41 (16.41% from 255) = 15.07%

R = 70.59%
G = 14.34%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C02729 (or 0xC02729) is known color: Mahogany. HEX triplet: C0, 27 and 29. RGB value is (192,39,41). Sum of RGB (Red+Green+Blue) = 192+39+41=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C02729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02729 is #3FD8D6. Grayscale: #555555. Windows color (decimal): -4184279 or 2697152. OLE color: 2697152.

HSL color Cylindrical-coordinate representation of color #C02729: hue angle of 359.22º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02729 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 39 41 -
CMYK 0 0.80 0.79 0.25
HSL 359.22º 0.66% 0.45% -
HSV(B) 359.22º 0.8% 0.75% -
XYZ 22.86 12.82 3.37 -
YUV 84.98 103.19 204.34 -
System Red Green Blue C M Y K H S L
Decimal 192 39 41 0 0.80 0.79 0.25 359.22 0.66 0.45
Hex C0 27 29 0 50 4F 19 167 42 2D
Octal 300 47 51 0 120 117 31 547 102 55
Binary 11000000 100111 101001 0 1010000 1001111 11001 101100111 1000010 101101

Color Harmonies of #C02729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02729

Black with #C02729

Text Example


Text Example

White with #C02729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02729; }

 p { color: rgb(192,39,41); }

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

background-color css

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

 a { background-color: rgb(192,39,41); }

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

border-color css

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

 span { border-color: rgb(192,39,41); }

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