Html Css Color HEX #C4353A Mahogany

📋 copy color: '#C4353A'

red 196 ◦ green 53 ◦ blue 58

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

Shades of Mahogany #C4353A

Tints of Mahogany #C4353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.26%

 BLUE value IS 58 (23.05% from 255) = 18.89%

R = 63.84%
G = 17.26%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4353A (or 0xC4353A) is known color: Mahogany. HEX triplet: C4, 35 and 3A. RGB value is (196,53,58). Sum of RGB (Red+Green+Blue) = 196+53+58=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C4353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4353A is #3BCAC5. Grayscale: #606060. Windows color (decimal): -3918534 or 3814852. OLE color: 3814852.

HSL color Cylindrical-coordinate representation of color #C4353A: hue angle of 357.9º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C4353A is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 53 58 -
CMYK 0 0.73 0.70 0.23
HSL 357.9º 0.57% 0.49% -
HSV(B) 357.9º 0.73% 0.77% -
XYZ 24.8 14.59 5.51 -
YUV 96.33 106.38 199.09 -
System Red Green Blue C M Y K H S L
Decimal 196 53 58 0 0.73 0.70 0.23 357.9 0.57 0.49
Hex C4 35 3A 0 49 46 17 166 39 31
Octal 304 65 72 0 111 106 27 546 71 61
Binary 11000100 110101 111010 0 1001001 1000110 10111 101100110 111001 110001

Color Harmonies of #C4353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4353A

Black with #C4353A

Text Example


Text Example

White with #C4353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4353A; }

 p { color: rgb(196,53,58); }

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

background-color css

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

 a { background-color: rgb(196,53,58); }

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

border-color css

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

 span { border-color: rgb(196,53,58); }

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