Html Css Color HEX #C43B3E Mahogany

📋 copy color: '#C43B3E'

red 196 ◦ green 59 ◦ blue 62

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

Shades of Mahogany #C43B3E

Tints of Mahogany #C43B3E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.61%

 BLUE value IS 62 (24.61% from 255) = 19.56%

R = 61.83%
G = 18.61%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C43B3E (or 0xC43B3E) is known color: Mahogany. HEX triplet: C4, 3B and 3E. RGB value is (196,59,62). Sum of RGB (Red+Green+Blue) = 196+59+62=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C43B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43B3E is #3BC4C1. Grayscale: #646464. Windows color (decimal): -3916994 or 4078532. OLE color: 4078532.

HSL color Cylindrical-coordinate representation of color #C43B3E: hue angle of 358.69º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43B3E is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 59 62 -
CMYK 0 0.70 0.68 0.23
HSL 358.69º 0.54% 0.5% -
HSV(B) 358.69º 0.7% 0.77% -
XYZ 25.2 15.21 6.17 -
YUV 100.31 106.39 196.26 -
System Red Green Blue C M Y K H S L
Decimal 196 59 62 0 0.70 0.68 0.23 358.69 0.54 0.5
Hex C4 3B 3E 0 46 44 17 167 36 32
Octal 304 73 76 0 106 104 27 547 66 62
Binary 11000100 111011 111110 0 1000110 1000100 10111 101100111 110110 110010

Color Harmonies of #C43B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43B3E

Black with #C43B3E

Text Example


Text Example

White with #C43B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43B3E; }

 p { color: rgb(196,59,62); }

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

background-color css

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

 a { background-color: rgb(196,59,62); }

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

border-color css

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

 span { border-color: rgb(196,59,62); }

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