Html Css Color HEX #C12A35 Mahogany

📋 copy color: '#C12A35'

red 193 ◦ green 42 ◦ blue 53

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

Shades of Mahogany #C12A35

Tints of Mahogany #C12A35

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.58%

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

R = 67.01%
G = 14.58%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C12A35 (or 0xC12A35) is known color: Mahogany. HEX triplet: C1, 2A and 35. RGB value is (193,42,53). Sum of RGB (Red+Green+Blue) = 193+42+53=288 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.01% from 288); Green value is 42 (16.80% from 255 or 14.58% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12A35 is #3ED5CA. Grayscale: #585858. Windows color (decimal): -4117963 or 3484353. OLE color: 3484353.

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

Color convert

RGB 193 42 53 -
CMYK 0 0.78 0.73 0.24
HSL 355.63º 0.64% 0.46% -
HSV(B) 355.63º 0.78% 0.76% -
XYZ 23.46 13.25 4.69 -
YUV 88.4 108.03 202.61 -
System Red Green Blue C M Y K H S L
Decimal 193 42 53 0 0.78 0.73 0.24 355.63 0.64 0.46
Hex C1 2A 35 0 4E 49 18 164 40 2E
Octal 301 52 65 0 116 111 30 544 100 56
Binary 11000001 101010 110101 0 1001110 1001001 11000 101100100 1000000 101110

Color Harmonies of #C12A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12A35

Black with #C12A35

Text Example


Text Example

White with #C12A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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