Html Css Color HEX #C12D2E Mahogany

📋 copy color: '#C12D2E'

red 193 ◦ green 45 ◦ blue 46

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

Shades of Mahogany #C12D2E

Tints of Mahogany #C12D2E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.85%

 BLUE value IS 46 (18.36% from 255) = 16.2%

R = 67.96%
G = 15.85%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C12D2E (or 0xC12D2E) is known color: Mahogany. HEX triplet: C1, 2D and 2E. RGB value is (193,45,46). Sum of RGB (Red+Green+Blue) = 193+45+46=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12D2E is #3ED2D1. Grayscale: #595959. Windows color (decimal): -4117202 or 3026369. OLE color: 3026369.

HSL color Cylindrical-coordinate representation of color #C12D2E: 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.77%. Process color model (Four color, CMYK) of #C12D2E is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 45 46 -
CMYK 0 0.77 0.76 0.24
HSL 359.59º 0.62% 0.47% -
HSV(B) 359.59º 0.77% 0.76% -
XYZ 23.42 13.41 3.94 -
YUV 89.37 103.53 201.92 -
System Red Green Blue C M Y K H S L
Decimal 193 45 46 0 0.77 0.76 0.24 359.59 0.62 0.47
Hex C1 2D 2E 0 4D 4C 18 168 3E 2F
Octal 301 55 56 0 115 114 30 550 76 57
Binary 11000001 101101 101110 0 1001101 1001100 11000 101101000 111110 101111

Color Harmonies of #C12D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12D2E

Black with #C12D2E

Text Example


Text Example

White with #C12D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12D2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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