Html Css Color HEX #C4272C Mahogany

📋 copy color: '#C4272C'

red 196 ◦ green 39 ◦ blue 44

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

Shades of Mahogany #C4272C

Tints of Mahogany #C4272C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.98%

 BLUE value IS 44 (17.58% from 255) = 15.77%

R = 70.25%
G = 13.98%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4272C (or 0xC4272C) is known color: Mahogany. HEX triplet: C4, 27 and 2C. RGB value is (196,39,44). Sum of RGB (Red+Green+Blue) = 196+39+44=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C4272C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4272C is #3BD8D3. Grayscale: #565656. Windows color (decimal): -3922132 or 2893764. OLE color: 2893764.

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

Color convert

RGB 196 39 44 -
CMYK 0 0.80 0.78 0.23
HSL 358.09º 0.67% 0.46% -
HSV(B) 358.09º 0.8% 0.77% -
XYZ 23.95 13.37 3.7 -
YUV 86.51 104.01 206.09 -
System Red Green Blue C M Y K H S L
Decimal 196 39 44 0 0.80 0.78 0.23 358.09 0.67 0.46
Hex C4 27 2C 0 50 4E 17 166 43 2E
Octal 304 47 54 0 120 116 27 546 103 56
Binary 11000100 100111 101100 0 1010000 1001110 10111 101100110 1000011 101110

Color Harmonies of #C4272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4272C

Black with #C4272C

Text Example


Text Example

White with #C4272C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4272C; }

 p { color: rgb(196,39,44); }

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

background-color css

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

 a { background-color: rgb(196,39,44); }

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

border-color css

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

 span { border-color: rgb(196,39,44); }

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