Html Css Color HEX #C12629 Mahogany

📋 copy color: '#C12629'

red 193 ◦ green 38 ◦ blue 41

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

Shades of Mahogany #C12629

Tints of Mahogany #C12629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.07%

R = 70.96%
G = 13.97%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C12629 (or 0xC12629) is known color: Mahogany. HEX triplet: C1, 26 and 29. RGB value is (193,38,41). Sum of RGB (Red+Green+Blue) = 193+38+41=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C12629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12629 is #3ED9D6. Grayscale: #545454. Windows color (decimal): -4118999 or 2696897. OLE color: 2696897.

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

Color convert

RGB 193 38 41 -
CMYK 0 0.80 0.79 0.24
HSL 358.84º 0.67% 0.45% -
HSV(B) 358.84º 0.8% 0.76% -
XYZ 23.09 12.88 3.37 -
YUV 84.69 103.35 205.26 -
System Red Green Blue C M Y K H S L
Decimal 193 38 41 0 0.80 0.79 0.24 358.84 0.67 0.45
Hex C1 26 29 0 50 4F 18 167 43 2D
Octal 301 46 51 0 120 117 30 547 103 55
Binary 11000001 100110 101001 0 1010000 1001111 11000 101100111 1000011 101101

Color Harmonies of #C12629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12629

Black with #C12629

Text Example


Text Example

White with #C12629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12629; }

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

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

background-color css

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

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

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

border-color css

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

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

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