Html Css Color HEX #C42832 Mahogany

📋 copy color: '#C42832'

red 196 ◦ green 40 ◦ blue 50

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

Shades of Mahogany #C42832

Tints of Mahogany #C42832

RGB

 RED value IS 196 (76.95% from 255) = 68.53%

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

 BLUE value IS 50 (19.92% from 255) = 17.48%

R = 68.53%
G = 13.99%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C42832 (or 0xC42832) is known color: Mahogany. HEX triplet: C4, 28 and 32. RGB value is (196,40,50). Sum of RGB (Red+Green+Blue) = 196+40+50=286 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.53% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 196 - color contains mainly: red. Hex color #C42832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42832 is #3BD7CD. Grayscale: #575757. Windows color (decimal): -3921870 or 3287236. OLE color: 3287236.

HSL color Cylindrical-coordinate representation of color #C42832: hue angle of 356.15º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42832 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 40 50 -
CMYK 0 0.80 0.74 0.23
HSL 356.15º 0.66% 0.46% -
HSV(B) 356.15º 0.8% 0.77% -
XYZ 24.1 13.48 4.35 -
YUV 87.78 106.68 205.19 -
System Red Green Blue C M Y K H S L
Decimal 196 40 50 0 0.80 0.74 0.23 356.15 0.66 0.46
Hex C4 28 32 0 50 4A 17 164 42 2E
Octal 304 50 62 0 120 112 27 544 102 56
Binary 11000100 101000 110010 0 1010000 1001010 10111 101100100 1000010 101110

Color Harmonies of #C42832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42832

Black with #C42832

Text Example


Text Example

White with #C42832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42832; }

 p { color: rgb(196,40,50); }

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

background-color css

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

 a { background-color: rgb(196,40,50); }

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

border-color css

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

 span { border-color: rgb(196,40,50); }

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