Html Css Color HEX #C43940 Mahogany

📋 copy color: '#C43940'

red 196 ◦ green 57 ◦ blue 64

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

Shades of Mahogany #C43940

Tints of Mahogany #C43940

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.98%

 BLUE value IS 64 (25.39% from 255) = 20.19%

R = 61.83%
G = 17.98%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C43940 (or 0xC43940) is known color: Mahogany. HEX triplet: C4, 39 and 40. RGB value is (196,57,64). Sum of RGB (Red+Green+Blue) = 196+57+64=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C43940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43940 is #3BC6BF. Grayscale: #636363. Windows color (decimal): -3917504 or 4209092. OLE color: 4209092.

HSL color Cylindrical-coordinate representation of color #C43940: hue angle of 356.98º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43940 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 57 64 -
CMYK 0 0.71 0.67 0.23
HSL 356.98º 0.55% 0.5% -
HSV(B) 356.98º 0.71% 0.77% -
XYZ 25.15 15.03 6.43 -
YUV 99.36 108.05 196.93 -
System Red Green Blue C M Y K H S L
Decimal 196 57 64 0 0.71 0.67 0.23 356.98 0.55 0.5
Hex C4 39 40 0 47 43 17 165 37 32
Octal 304 71 100 0 107 103 27 545 67 62
Binary 11000100 111001 1000000 0 1000111 1000011 10111 101100101 110111 110010

Color Harmonies of #C43940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43940

Black with #C43940

Text Example


Text Example

White with #C43940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43940; }

 p { color: rgb(196,57,64); }

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

background-color css

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

 a { background-color: rgb(196,57,64); }

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

border-color css

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

 span { border-color: rgb(196,57,64); }

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