Html Css Color HEX #C1262A Mahogany

📋 copy color: '#C1262A'

red 193 ◦ green 38 ◦ blue 42

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

Shades of Mahogany #C1262A

Tints of Mahogany #C1262A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.38%

R = 70.7%
G = 13.92%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1262A (or 0xC1262A) is known color: Mahogany. HEX triplet: C1, 26 and 2A. RGB value is (193,38,42). Sum of RGB (Red+Green+Blue) = 193+38+42=273 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.70% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 193 - color contains mainly: red. Hex color #C1262A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1262A is #3ED9D5. Grayscale: #545454. Windows color (decimal): -4118998 or 2762433. OLE color: 2762433.

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

Color convert

RGB 193 38 42 -
CMYK 0 0.80 0.78 0.24
HSL 358.45º 0.67% 0.45% -
HSV(B) 358.45º 0.8% 0.76% -
XYZ 23.1 12.89 3.46 -
YUV 84.8 103.85 205.17 -
System Red Green Blue C M Y K H S L
Decimal 193 38 42 0 0.80 0.78 0.24 358.45 0.67 0.45
Hex C1 26 2A 0 50 4E 18 166 43 2D
Octal 301 46 52 0 120 116 30 546 103 55
Binary 11000001 100110 101010 0 1010000 1001110 11000 101100110 1000011 101101

Color Harmonies of #C1262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1262A

Black with #C1262A

Text Example


Text Example

White with #C1262A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1262A; }

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

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

background-color css

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

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

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

border-color css

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

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

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