Html Css Color HEX #C13638 Mahogany

📋 copy color: '#C13638'

red 193 ◦ green 54 ◦ blue 56

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

Shades of Mahogany #C13638

Tints of Mahogany #C13638

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.82%

 BLUE value IS 56 (22.27% from 255) = 18.48%

R = 63.7%
G = 17.82%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C13638 (or 0xC13638) is known color: Mahogany. HEX triplet: C1, 36 and 38. RGB value is (193,54,56). Sum of RGB (Red+Green+Blue) = 193+54+56=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C13638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13638 is #3EC9C7. Grayscale: #5F5F5F. Windows color (decimal): -4114888 or 3684033. OLE color: 3684033.

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

Color convert

RGB 193 54 56 -
CMYK 0 0.72 0.71 0.24
HSL 359.14º 0.56% 0.48% -
HSV(B) 359.14º 0.72% 0.76% -
XYZ 24.03 14.26 5.23 -
YUV 95.79 105.55 197.34 -
System Red Green Blue C M Y K H S L
Decimal 193 54 56 0 0.72 0.71 0.24 359.14 0.56 0.48
Hex C1 36 38 0 48 47 18 167 38 30
Octal 301 66 70 0 110 107 30 547 70 60
Binary 11000001 110110 111000 0 1001000 1000111 11000 101100111 111000 110000

Color Harmonies of #C13638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13638

Black with #C13638

Text Example


Text Example

White with #C13638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13638; }

 p { color: rgb(193,54,56); }

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

background-color css

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

 a { background-color: rgb(193,54,56); }

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

border-color css

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

 span { border-color: rgb(193,54,56); }

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