Html Css Color HEX #C13032 Mahogany

📋 copy color: '#C13032'

red 193 ◦ green 48 ◦ blue 50

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

Shades of Mahogany #C13032

Tints of Mahogany #C13032

RGB

 RED value IS 193 (75.78% from 255) = 66.32%

 GREEN value IS 48 (19.14% from 255) = 16.49%

 BLUE value IS 50 (19.92% from 255) = 17.18%

R = 66.32%
G = 16.49%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C13032 (or 0xC13032) is known color: Mahogany. HEX triplet: C1, 30 and 32. RGB value is (193,48,50). Sum of RGB (Red+Green+Blue) = 193+48+50=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C13032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13032 is #3ECFCD. Grayscale: #5B5B5B. Windows color (decimal): -4116430 or 3289281. OLE color: 3289281.

HSL color Cylindrical-coordinate representation of color #C13032: hue angle of 359.17º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C13032 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 48 50 -
CMYK 0 0.75 0.74 0.24
HSL 359.17º 0.6% 0.47% -
HSV(B) 359.17º 0.75% 0.76% -
XYZ 23.63 13.68 4.41 -
YUV 91.58 104.54 200.34 -
System Red Green Blue C M Y K H S L
Decimal 193 48 50 0 0.75 0.74 0.24 359.17 0.6 0.47
Hex C1 30 32 0 4B 4A 18 167 3C 2F
Octal 301 60 62 0 113 112 30 547 74 57
Binary 11000001 110000 110010 0 1001011 1001010 11000 101100111 111100 101111

Color Harmonies of #C13032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13032

Black with #C13032

Text Example


Text Example

White with #C13032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13032; }

 p { color: rgb(193,48,50); }

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

background-color css

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

 a { background-color: rgb(193,48,50); }

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

border-color css

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

 span { border-color: rgb(193,48,50); }

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