Html Css Color HEX #C42728 Mahogany

📋 copy color: '#C42728'

red 196 ◦ green 39 ◦ blue 40

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

Shades of Mahogany #C42728

Tints of Mahogany #C42728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.55%

R = 71.27%
G = 14.18%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C42728 (or 0xC42728) is known color: Mahogany. HEX triplet: C4, 27 and 28. RGB value is (196,39,40). Sum of RGB (Red+Green+Blue) = 196+39+40=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C42728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42728 is #3BD8D7. Grayscale: #565656. Windows color (decimal): -3922136 or 2631620. OLE color: 2631620.

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

Color convert

RGB 196 39 40 -
CMYK 0 0.80 0.80 0.23
HSL 359.62º 0.67% 0.46% -
HSV(B) 359.62º 0.8% 0.77% -
XYZ 23.87 13.34 3.32 -
YUV 86.06 102.01 206.42 -
System Red Green Blue C M Y K H S L
Decimal 196 39 40 0 0.80 0.80 0.23 359.62 0.67 0.46
Hex C4 27 28 0 50 50 17 168 43 2E
Octal 304 47 50 0 120 120 27 550 103 56
Binary 11000100 100111 101000 0 1010000 1010000 10111 101101000 1000011 101110

Color Harmonies of #C42728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42728

Black with #C42728

Text Example


Text Example

White with #C42728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42728; }

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

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

background-color css

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

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

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

border-color css

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

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

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