Html Css Color HEX #C4282F Mahogany

📋 copy color: '#C4282F'

red 196 ◦ green 40 ◦ blue 47

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

Shades of Mahogany #C4282F

Tints of Mahogany #C4282F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.61%

R = 69.26%
G = 14.13%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C4282F (or 0xC4282F) is known color: Mahogany. HEX triplet: C4, 28 and 2F. RGB value is (196,40,47). Sum of RGB (Red+Green+Blue) = 196+40+47=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C4282F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4282F is #3BD7D0. Grayscale: #575757. Windows color (decimal): -3921873 or 3090628. OLE color: 3090628.

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

Color convert

RGB 196 40 47 -
CMYK 0 0.80 0.76 0.23
HSL 357.31º 0.66% 0.46% -
HSV(B) 357.31º 0.8% 0.77% -
XYZ 24.04 13.46 4.02 -
YUV 87.44 105.18 205.43 -
System Red Green Blue C M Y K H S L
Decimal 196 40 47 0 0.80 0.76 0.23 357.31 0.66 0.46
Hex C4 28 2F 0 50 4C 17 165 42 2E
Octal 304 50 57 0 120 114 27 545 102 56
Binary 11000100 101000 101111 0 1010000 1001100 10111 101100101 1000010 101110

Color Harmonies of #C4282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4282F

Black with #C4282F

Text Example


Text Example

White with #C4282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4282F; }

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

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

background-color css

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

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

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

border-color css

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

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

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