Html Css Color HEX #C12E2F Mahogany

📋 copy color: '#C12E2F'

red 193 ◦ green 46 ◦ blue 47

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

Shades of Mahogany #C12E2F

Tints of Mahogany #C12E2F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.08%

 BLUE value IS 47 (18.75% from 255) = 16.43%

R = 67.48%
G = 16.08%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C12E2F (or 0xC12E2F) is known color: Mahogany. HEX triplet: C1, 2E and 2F. RGB value is (193,46,47). Sum of RGB (Red+Green+Blue) = 193+46+47=286 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.48% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 193 - color contains mainly: red. Hex color #C12E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12E2F is #3ED1D0. Grayscale: #5A5A5A. Windows color (decimal): -4116945 or 3092161. OLE color: 3092161.

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

Color convert

RGB 193 46 47 -
CMYK 0 0.76 0.76 0.24
HSL 359.59º 0.62% 0.47% -
HSV(B) 359.59º 0.76% 0.76% -
XYZ 23.48 13.5 4.06 -
YUV 90.07 103.7 201.42 -
System Red Green Blue C M Y K H S L
Decimal 193 46 47 0 0.76 0.76 0.24 359.59 0.62 0.47
Hex C1 2E 2F 0 4C 4C 18 168 3E 2F
Octal 301 56 57 0 114 114 30 550 76 57
Binary 11000001 101110 101111 0 1001100 1001100 11000 101101000 111110 101111

Color Harmonies of #C12E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12E2F

Black with #C12E2F

Text Example


Text Example

White with #C12E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12E2F; }

 p { color: rgb(193,46,47); }

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

background-color css

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

 a { background-color: rgb(193,46,47); }

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

border-color css

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

 span { border-color: rgb(193,46,47); }

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