Html Css Color HEX #C4272A Mahogany

📋 copy color: '#C4272A'

red 196 ◦ green 39 ◦ blue 42

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

Shades of Mahogany #C4272A

Tints of Mahogany #C4272A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.16%

R = 70.76%
G = 14.08%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C4272A (or 0xC4272A) is known color: Mahogany. HEX triplet: C4, 27 and 2A. RGB value is (196,39,42). Sum of RGB (Red+Green+Blue) = 196+39+42=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C4272A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4272A is #3BD8D5. Grayscale: #565656. Windows color (decimal): -3922134 or 2762692. OLE color: 2762692.

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

Color convert

RGB 196 39 42 -
CMYK 0 0.80 0.79 0.23
HSL 358.85º 0.67% 0.46% -
HSV(B) 358.85º 0.8% 0.77% -
XYZ 23.91 13.35 3.51 -
YUV 86.29 103.01 206.26 -
System Red Green Blue C M Y K H S L
Decimal 196 39 42 0 0.80 0.79 0.23 358.85 0.67 0.46
Hex C4 27 2A 0 50 4F 17 167 43 2E
Octal 304 47 52 0 120 117 27 547 103 56
Binary 11000100 100111 101010 0 1010000 1001111 10111 101100111 1000011 101110

Color Harmonies of #C4272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4272A

Black with #C4272A

Text Example


Text Example

White with #C4272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4272A; }

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

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

background-color css

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

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

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

border-color css

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

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

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