Html Css Color HEX #C2292A Mahogany

📋 copy color: '#C2292A'

red 194 ◦ green 41 ◦ blue 42

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

Shades of Mahogany #C2292A

Tints of Mahogany #C2292A

RGB

 RED value IS 194 (76.17% from 255) = 70.04%

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

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

R = 70.04%
G = 14.8%
B = 15.16%

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

#C2292A (or 0xC2292A) is known color: Mahogany. HEX triplet: C2, 29 and 2A. RGB value is (194,41,42). Sum of RGB (Red+Green+Blue) = 194+41+42=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C2292A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2292A is #3DD6D5. Grayscale: #575757. Windows color (decimal): -4052694 or 2763202. OLE color: 2763202.

HSL color Cylindrical-coordinate representation of color #C2292A: 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 #C2292A is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 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.46 13.22 3.51 -
YUV 86.86 102.69 204.42 -
System Red Green Blue C M Y K H S L
Decimal 194 41 42 0 0.79 0.78 0.24 359.61 0.65 0.46
Hex C2 29 2A 0 4F 4E 18 168 41 2E
Octal 302 51 52 0 117 116 30 550 101 56
Binary 11000010 101001 101010 0 1001111 1001110 11000 101101000 1000001 101110

Color Harmonies of #C2292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2292A

Black with #C2292A

Text Example


Text Example

White with #C2292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2292A; }

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

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

background-color css

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

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

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

border-color css

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

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

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