Html Css Color HEX #C4282E Mahogany

📋 copy color: '#C4282E'

red 196 ◦ green 40 ◦ blue 46

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

Shades of Mahogany #C4282E

Tints of Mahogany #C4282E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.18%

 BLUE value IS 46 (18.36% from 255) = 16.31%

R = 69.5%
G = 14.18%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4282E (or 0xC4282E) is known color: Mahogany. HEX triplet: C4, 28 and 2E. RGB value is (196,40,46). Sum of RGB (Red+Green+Blue) = 196+40+46=282 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.50% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 196 - color contains mainly: red. Hex color #C4282E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4282E is #3BD7D1. Grayscale: #575757. Windows color (decimal): -3921874 or 3025092. OLE color: 3025092.

HSL color Cylindrical-coordinate representation of color #C4282E: hue angle of 357.69º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4282E is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 40 46 -
CMYK 0 0.80 0.77 0.23
HSL 357.69º 0.66% 0.46% -
HSV(B) 357.69º 0.8% 0.77% -
XYZ 24.02 13.45 3.92 -
YUV 87.33 104.68 205.51 -
System Red Green Blue C M Y K H S L
Decimal 196 40 46 0 0.80 0.77 0.23 357.69 0.66 0.46
Hex C4 28 2E 0 50 4D 17 166 42 2E
Octal 304 50 56 0 120 115 27 546 102 56
Binary 11000100 101000 101110 0 1010000 1001101 10111 101100110 1000010 101110

Color Harmonies of #C4282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4282E

Black with #C4282E

Text Example


Text Example

White with #C4282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4282E; }

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

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

background-color css

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

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

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

border-color css

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

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

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