Html Css Color HEX #C53B3C Mahogany

📋 copy color: '#C53B3C'

red 197 ◦ green 59 ◦ blue 60

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

Shades of Mahogany #C53B3C

Tints of Mahogany #C53B3C

RGB

 RED value IS 197 (77.34% from 255) = 62.34%

 GREEN value IS 59 (23.44% from 255) = 18.67%

 BLUE value IS 60 (23.83% from 255) = 18.99%

R = 62.34%
G = 18.67%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C53B3C (or 0xC53B3C) is known color: Mahogany. HEX triplet: C5, 3B and 3C. RGB value is (197,59,60). Sum of RGB (Red+Green+Blue) = 197+59+60=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53B3C is #3AC4C3. Grayscale: #646464. Windows color (decimal): -3851460 or 3947461. OLE color: 3947461.

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

Color convert

RGB 197 59 60 -
CMYK 0 0.70 0.70 0.23
HSL 359.57º 0.54% 0.5% -
HSV(B) 359.57º 0.7% 0.77% -
XYZ 25.41 15.32 5.89 -
YUV 100.38 105.22 196.92 -
System Red Green Blue C M Y K H S L
Decimal 197 59 60 0 0.70 0.70 0.23 359.57 0.54 0.5
Hex C5 3B 3C 0 46 46 17 168 36 32
Octal 305 73 74 0 106 106 27 550 66 62
Binary 11000101 111011 111100 0 1000110 1000110 10111 101101000 110110 110010

Color Harmonies of #C53B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53B3C

Black with #C53B3C

Text Example


Text Example

White with #C53B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53B3C; }

 p { color: rgb(197,59,60); }

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

background-color css

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

 a { background-color: rgb(197,59,60); }

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

border-color css

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

 span { border-color: rgb(197,59,60); }

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