Html Css Color HEX #C1292A Mahogany

📋 copy color: '#C1292A'

red 193 ◦ green 41 ◦ blue 42

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

Shades of Mahogany #C1292A

Tints of Mahogany #C1292A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.86%

 BLUE value IS 42 (16.8% from 255) = 15.22%

R = 69.93%
G = 14.86%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1292A (or 0xC1292A) is known color: Mahogany. HEX triplet: C1, 29 and 2A. RGB value is (193,41,42). Sum of RGB (Red+Green+Blue) = 193+41+42=276 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.93% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 193 - color contains mainly: red. Hex color #C1292A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1292A is #3ED6D5. Grayscale: #565656. Windows color (decimal): -4118230 or 2763201. OLE color: 2763201.

HSL color Cylindrical-coordinate representation of color #C1292A: hue angle of 359.61º degrees, saturation: 0.65, 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 #C1292A is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 41 42 -
CMYK 0 0.79 0.78 0.24
HSL 359.61º 0.65% 0.46% -
HSV(B) 359.61º 0.79% 0.76% -
XYZ 23.2 13.09 3.49 -
YUV 86.56 102.86 203.92 -
System Red Green Blue C M Y K H S L
Decimal 193 41 42 0 0.79 0.78 0.24 359.61 0.65 0.46
Hex C1 29 2A 0 4F 4E 18 168 41 2E
Octal 301 51 52 0 117 116 30 550 101 56
Binary 11000001 101001 101010 0 1001111 1001110 11000 101101000 1000001 101110

Color Harmonies of #C1292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1292A

Black with #C1292A

Text Example


Text Example

White with #C1292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1292A; }

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

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

background-color css

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

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

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

border-color css

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

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

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