Html Css Color HEX #C1262C Mahogany

📋 copy color: '#C1262C'

red 193 ◦ green 38 ◦ blue 44

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

Shades of Mahogany #C1262C

Tints of Mahogany #C1262C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.82%

 BLUE value IS 44 (17.58% from 255) = 16%

R = 70.18%
G = 13.82%
B = 16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C1262C (or 0xC1262C) is known color: Mahogany. HEX triplet: C1, 26 and 2C. RGB value is (193,38,44). Sum of RGB (Red+Green+Blue) = 193+38+44=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C1262C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1262C is #3ED9D3. Grayscale: #555555. Windows color (decimal): -4118996 or 2893505. OLE color: 2893505.

HSL color Cylindrical-coordinate representation of color #C1262C: hue angle of 357.68º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C1262C is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 38 44 -
CMYK 0 0.80 0.77 0.24
HSL 357.68º 0.67% 0.45% -
HSV(B) 357.68º 0.8% 0.76% -
XYZ 23.14 12.91 3.65 -
YUV 85.03 104.85 205.01 -
System Red Green Blue C M Y K H S L
Decimal 193 38 44 0 0.80 0.77 0.24 357.68 0.67 0.45
Hex C1 26 2C 0 50 4D 18 166 43 2D
Octal 301 46 54 0 120 115 30 546 103 55
Binary 11000001 100110 101100 0 1010000 1001101 11000 101100110 1000011 101101

Color Harmonies of #C1262C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1262C

Black with #C1262C

Text Example


Text Example

White with #C1262C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1262C; }

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

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

background-color css

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

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

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

border-color css

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

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

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