Html Css Color HEX #C4252A Mahogany

📋 copy color: '#C4252A'

red 196 ◦ green 37 ◦ blue 42

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

Shades of Mahogany #C4252A

Tints of Mahogany #C4252A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.45%

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

R = 71.27%
G = 13.45%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C4252A (or 0xC4252A) is known color: Mahogany. HEX triplet: C4, 25 and 2A. RGB value is (196,37,42). Sum of RGB (Red+Green+Blue) = 196+37+42=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C4252A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4252A is #3BDAD5. Grayscale: #555555. Windows color (decimal): -3922646 or 2762180. OLE color: 2762180.

HSL color Cylindrical-coordinate representation of color #C4252A: hue angle of 358.11º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4252A is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 37 42 -
CMYK 0 0.81 0.79 0.23
HSL 358.11º 0.68% 0.46% -
HSV(B) 358.11º 0.81% 0.77% -
XYZ 23.84 13.23 3.49 -
YUV 85.11 103.68 207.09 -
System Red Green Blue C M Y K H S L
Decimal 196 37 42 0 0.81 0.79 0.23 358.11 0.68 0.46
Hex C4 25 2A 0 51 4F 17 166 44 2E
Octal 304 45 52 0 121 117 27 546 104 56
Binary 11000100 100101 101010 0 1010001 1001111 10111 101100110 1000100 101110

Color Harmonies of #C4252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4252A

Black with #C4252A

Text Example


Text Example

White with #C4252A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4252A; }

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

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

background-color css

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

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

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

border-color css

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

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

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