Html Css Color HEX #C12729 Mahogany

📋 copy color: '#C12729'

red 193 ◦ green 39 ◦ blue 41

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

Shades of Mahogany #C12729

Tints of Mahogany #C12729

RGB

 RED value IS 193 (75.78% from 255) = 70.7%

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

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

R = 70.7%
G = 14.29%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C12729 (or 0xC12729) is known color: Mahogany. HEX triplet: C1, 27 and 29. RGB value is (193,39,41). Sum of RGB (Red+Green+Blue) = 193+39+41=273 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.70% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 193 - color contains mainly: red. Hex color #C12729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12729 is #3ED8D6. Grayscale: #555555. Windows color (decimal): -4118743 or 2697153. OLE color: 2697153.

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

Color convert

RGB 193 39 41 -
CMYK 0 0.80 0.79 0.24
HSL 359.22º 0.66% 0.45% -
HSV(B) 359.22º 0.8% 0.76% -
XYZ 23.12 12.95 3.38 -
YUV 85.27 103.02 204.84 -
System Red Green Blue C M Y K H S L
Decimal 193 39 41 0 0.80 0.79 0.24 359.22 0.66 0.45
Hex C1 27 29 0 50 4F 18 167 42 2D
Octal 301 47 51 0 120 117 30 547 102 55
Binary 11000001 100111 101001 0 1010000 1001111 11000 101100111 1000010 101101

Color Harmonies of #C12729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12729

Black with #C12729

Text Example


Text Example

White with #C12729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12729; }

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

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

background-color css

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

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

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

border-color css

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

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

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