Html Css Color HEX #C42E32 Mahogany

📋 copy color: '#C42E32'

red 196 ◦ green 46 ◦ blue 50

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

Shades of Mahogany #C42E32

Tints of Mahogany #C42E32

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.75%

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

R = 67.12%
G = 15.75%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C42E32 (or 0xC42E32) is known color: Mahogany. HEX triplet: C4, 2E and 32. RGB value is (196,46,50). Sum of RGB (Red+Green+Blue) = 196+46+50=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C42E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42E32 is #3BD1CD. Grayscale: #5B5B5B. Windows color (decimal): -3920334 or 3288772. OLE color: 3288772.

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

Color convert

RGB 196 46 50 -
CMYK 0 0.77 0.74 0.23
HSL 358.4º 0.62% 0.47% -
HSV(B) 358.4º 0.77% 0.77% -
XYZ 24.32 13.92 4.42 -
YUV 91.31 104.7 202.67 -
System Red Green Blue C M Y K H S L
Decimal 196 46 50 0 0.77 0.74 0.23 358.4 0.62 0.47
Hex C4 2E 32 0 4D 4A 17 166 3E 2F
Octal 304 56 62 0 115 112 27 546 76 57
Binary 11000100 101110 110010 0 1001101 1001010 10111 101100110 111110 101111

Color Harmonies of #C42E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42E32

Black with #C42E32

Text Example


Text Example

White with #C42E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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