Html Css Color HEX #C12829 Mahogany

📋 copy color: '#C12829'

red 193 ◦ green 40 ◦ blue 41

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

Shades of Mahogany #C12829

Tints of Mahogany #C12829

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.6%

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

R = 70.44%
G = 14.6%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C12829 (or 0xC12829) is known color: Mahogany. HEX triplet: C1, 28 and 29. RGB value is (193,40,41). Sum of RGB (Red+Green+Blue) = 193+40+41=274 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.44% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 193 - color contains mainly: red. Hex color #C12829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12829 is #3ED7D6. Grayscale: #565656. Windows color (decimal): -4118487 or 2697409. OLE color: 2697409.

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

Color convert

RGB 193 40 41 -
CMYK 0 0.79 0.79 0.24
HSL 359.61º 0.66% 0.46% -
HSV(B) 359.61º 0.79% 0.76% -
XYZ 23.15 13.02 3.39 -
YUV 85.86 102.69 204.42 -
System Red Green Blue C M Y K H S L
Decimal 193 40 41 0 0.79 0.79 0.24 359.61 0.66 0.46
Hex C1 28 29 0 4F 4F 18 168 42 2E
Octal 301 50 51 0 117 117 30 550 102 56
Binary 11000001 101000 101001 0 1001111 1001111 11000 101101000 1000010 101110

Color Harmonies of #C12829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12829

Black with #C12829

Text Example


Text Example

White with #C12829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12829; }

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

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

background-color css

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

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

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

border-color css

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

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

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