Html Css Color HEX #C12C32 Mahogany

📋 copy color: '#C12C32'

red 193 ◦ green 44 ◦ blue 50

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

Shades of Mahogany #C12C32

Tints of Mahogany #C12C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.42%

R = 67.25%
G = 15.33%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C12C32 (or 0xC12C32) is known color: Mahogany. HEX triplet: C1, 2C and 32. RGB value is (193,44,50). Sum of RGB (Red+Green+Blue) = 193+44+50=287 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.25% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12C32 is #3ED3CD. Grayscale: #595959. Windows color (decimal): -4117454 or 3288257. OLE color: 3288257.

HSL color Cylindrical-coordinate representation of color #C12C32: hue angle of 357.58º 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 #C12C32 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 44 50 -
CMYK 0 0.77 0.74 0.24
HSL 357.58º 0.63% 0.46% -
HSV(B) 357.58º 0.77% 0.76% -
XYZ 23.47 13.37 4.36 -
YUV 89.24 105.86 202.01 -
System Red Green Blue C M Y K H S L
Decimal 193 44 50 0 0.77 0.74 0.24 357.58 0.63 0.46
Hex C1 2C 32 0 4D 4A 18 166 3F 2E
Octal 301 54 62 0 115 112 30 546 77 56
Binary 11000001 101100 110010 0 1001101 1001010 11000 101100110 111111 101110

Color Harmonies of #C12C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12C32

Black with #C12C32

Text Example


Text Example

White with #C12C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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