Html Css Color HEX #C43337 Mahogany

📋 copy color: '#C43337'

red 196 ◦ green 51 ◦ blue 55

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

Shades of Mahogany #C43337

Tints of Mahogany #C43337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.89%

 BLUE value IS 55 (21.88% from 255) = 18.21%

R = 64.9%
G = 16.89%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C43337 (or 0xC43337) is known color: Mahogany. HEX triplet: C4, 33 and 37. RGB value is (196,51,55). Sum of RGB (Red+Green+Blue) = 196+51+55=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C43337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43337 is #3BCCC8. Grayscale: #5E5E5E. Windows color (decimal): -3919049 or 3617732. OLE color: 3617732.

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

Color convert

RGB 196 51 55 -
CMYK 0 0.74 0.72 0.23
HSL 358.34º 0.59% 0.48% -
HSV(B) 358.34º 0.74% 0.77% -
XYZ 24.64 14.38 5.09 -
YUV 94.81 105.54 200.17 -
System Red Green Blue C M Y K H S L
Decimal 196 51 55 0 0.74 0.72 0.23 358.34 0.59 0.48
Hex C4 33 37 0 4A 48 17 166 3B 30
Octal 304 63 67 0 112 110 27 546 73 60
Binary 11000100 110011 110111 0 1001010 1001000 10111 101100110 111011 110000

Color Harmonies of #C43337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43337

Black with #C43337

Text Example


Text Example

White with #C43337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43337; }

 p { color: rgb(196,51,55); }

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

background-color css

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

 a { background-color: rgb(196,51,55); }

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

border-color css

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

 span { border-color: rgb(196,51,55); }

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