Html Css Color HEX #C1323A Mahogany

📋 copy color: '#C1323A'

red 193 ◦ green 50 ◦ blue 58

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

Shades of Mahogany #C1323A

Tints of Mahogany #C1323A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.61%

 BLUE value IS 58 (23.05% from 255) = 19.27%

R = 64.12%
G = 16.61%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C1323A (or 0xC1323A) is known color: Mahogany. HEX triplet: C1, 32 and 3A. RGB value is (193,50,58). Sum of RGB (Red+Green+Blue) = 193+50+58=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C1323A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1323A is #3ECDC5. Grayscale: #5D5D5D. Windows color (decimal): -4115910 or 3814081. OLE color: 3814081.

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

Color convert

RGB 193 50 58 -
CMYK 0 0.74 0.70 0.24
HSL 356.64º 0.59% 0.48% -
HSV(B) 356.64º 0.74% 0.76% -
XYZ 23.9 13.92 5.43 -
YUV 93.67 107.88 198.85 -
System Red Green Blue C M Y K H S L
Decimal 193 50 58 0 0.74 0.70 0.24 356.64 0.59 0.48
Hex C1 32 3A 0 4A 46 18 165 3B 30
Octal 301 62 72 0 112 106 30 545 73 60
Binary 11000001 110010 111010 0 1001010 1000110 11000 101100101 111011 110000

Color Harmonies of #C1323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1323A

Black with #C1323A

Text Example


Text Example

White with #C1323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1323A; }

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

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

background-color css

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

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

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

border-color css

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

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

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