Html Css Color HEX #C12C35 Mahogany

📋 copy color: '#C12C35'

red 193 ◦ green 44 ◦ blue 53

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

Shades of Mahogany #C12C35

Tints of Mahogany #C12C35

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.17%

 BLUE value IS 53 (21.09% from 255) = 18.28%

R = 66.55%
G = 15.17%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C12C35 (or 0xC12C35) is known color: Mahogany. HEX triplet: C1, 2C and 35. RGB value is (193,44,53). Sum of RGB (Red+Green+Blue) = 193+44+53=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12C35 is #3ED3CA. Grayscale: #595959. Windows color (decimal): -4117451 or 3484865. OLE color: 3484865.

HSL color Cylindrical-coordinate representation of color #C12C35: hue angle of 356.38º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12C35 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 44 53 -
CMYK 0 0.77 0.73 0.24
HSL 356.38º 0.63% 0.46% -
HSV(B) 356.38º 0.77% 0.76% -
XYZ 23.54 13.4 4.71 -
YUV 89.58 107.36 201.77 -
System Red Green Blue C M Y K H S L
Decimal 193 44 53 0 0.77 0.73 0.24 356.38 0.63 0.46
Hex C1 2C 35 0 4D 49 18 164 3F 2E
Octal 301 54 65 0 115 111 30 544 77 56
Binary 11000001 101100 110101 0 1001101 1001001 11000 101100100 111111 101110

Color Harmonies of #C12C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12C35

Black with #C12C35

Text Example


Text Example

White with #C12C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12C35; }

 p { color: rgb(193,44,53); }

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

background-color css

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

 a { background-color: rgb(193,44,53); }

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

border-color css

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

 span { border-color: rgb(193,44,53); }

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