Html Css Color HEX #C42D32 Mahogany

📋 copy color: '#C42D32'

red 196 ◦ green 45 ◦ blue 50

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

Shades of Mahogany #C42D32

Tints of Mahogany #C42D32

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.46%

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

R = 67.35%
G = 15.46%
B = 17.18%

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

#C42D32 (or 0xC42D32) is known color: Mahogany. HEX triplet: C4, 2D and 32. RGB value is (196,45,50). Sum of RGB (Red+Green+Blue) = 196+45+50=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42D32 is #3BD2CD. Grayscale: #5A5A5A. Windows color (decimal): -3920590 or 3288516. OLE color: 3288516.

HSL color Cylindrical-coordinate representation of color #C42D32: hue angle of 358.01º degrees, saturation: 0.63, 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 #C42D32 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 45 50 -
CMYK 0 0.77 0.74 0.23
HSL 358.01º 0.63% 0.47% -
HSV(B) 358.01º 0.77% 0.77% -
XYZ 24.28 13.84 4.41 -
YUV 90.72 105.03 203.09 -
System Red Green Blue C M Y K H S L
Decimal 196 45 50 0 0.77 0.74 0.23 358.01 0.63 0.47
Hex C4 2D 32 0 4D 4A 17 166 3F 2F
Octal 304 55 62 0 115 112 27 546 77 57
Binary 11000100 101101 110010 0 1001101 1001010 10111 101100110 111111 101111

Color Harmonies of #C42D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42D32

Black with #C42D32

Text Example


Text Example

White with #C42D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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