#C4282B

Color #C4282B Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #C4282B

Tints of Mahogany #C4282B

Color information

#C4282B (or 0xC4282B) is unknown color: approx Mahogany. HEX triplet: C4, 28 and 2B. RGB value is (196,40,43). Sum of RGB (Red+Green+Blue) = 196+40+43=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C4282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4282B is #3BD7D4. Grayscale: #575757. Windows color (decimal): -3921877 or 2828484. OLE color: 2828484.

HSL color Cylindrical-coordinate representation of color #C4282B: hue angle of 358.85º 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 #C4282B is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB1964043-
CMYK00.800.780.23
HSL358.85º66.1%46.27%-
HSV(B)358.85º79.59%76.86%-
XYZ23.9613.433.61-
YUV86.99103.18205.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 70.25%
GREEN value IS 40 (16.02% from 255) = 14.34%
BLUE value IS 43 (17.19% from 255) = 15.41%
R=70.25%
G=14.34%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196404300.800.780.23358.8566.146.27
HexC4282B0504E17167422e
Octal304505301201162754710256
Binary11000100101000101011010100001001110101111011001111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4282B; }

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

 H1.HeaderClassName
 {
   color: #C4282B;
 }
 .AnyTagClassName
 {
   color: #C4282B;
 }
</style>
background-color css

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

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

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

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

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

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