Html Css Color HEX #C13C3E Mahogany

📋 copy color: '#C13C3E'

red 193 ◦ green 60 ◦ blue 62

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

Shades of Mahogany #C13C3E

Tints of Mahogany #C13C3E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.05%

 BLUE value IS 62 (24.61% from 255) = 19.68%

R = 61.27%
G = 19.05%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C13C3E (or 0xC13C3E) is known color: Mahogany. HEX triplet: C1, 3C and 3E. RGB value is (193,60,62). Sum of RGB (Red+Green+Blue) = 193+60+62=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C13C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13C3E is #3EC3C1. Grayscale: #646464. Windows color (decimal): -4113346 or 4078785. OLE color: 4078785.

HSL color Cylindrical-coordinate representation of color #C13C3E: hue angle of 359.1º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13C3E is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 60 62 -
CMYK 0 0.69 0.68 0.24
HSL 359.1º 0.53% 0.5% -
HSV(B) 359.1º 0.69% 0.76% -
XYZ 24.48 14.92 6.15 -
YUV 100 106.56 194.34 -
System Red Green Blue C M Y K H S L
Decimal 193 60 62 0 0.69 0.68 0.24 359.1 0.53 0.5
Hex C1 3C 3E 0 45 44 18 167 35 32
Octal 301 74 76 0 105 104 30 547 65 62
Binary 11000001 111100 111110 0 1000101 1000100 11000 101100111 110101 110010

Color Harmonies of #C13C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13C3E

Black with #C13C3E

Text Example


Text Example

White with #C13C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13C3E; }

 p { color: rgb(193,60,62); }

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

background-color css

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

 a { background-color: rgb(193,60,62); }

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

border-color css

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

 span { border-color: rgb(193,60,62); }

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