#C22A31

Color #C22A31 Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #C22A31

Tints of Mahogany #C22A31

Color information

#C22A31 (or 0xC22A31) is unknown color: approx Mahogany. HEX triplet: C2, 2A and 31. RGB value is (194,42,49). Sum of RGB (Red+Green+Blue) = 194+42+49=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22A31 is #3DD5CE. Grayscale: #585858. Windows color (decimal): -4052431 or 3222210. OLE color: 3222210.

HSL color Cylindrical-coordinate representation of color #C22A31: hue angle of 357.24º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22A31 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB1944249-
CMYK00.780.750.24
HSL357.24º64.41%46.27%-
HSV(B)357.24º78.35%76.08%-
XYZ23.6313.354.24-
YUV88.25105.86203.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 68.07%
GREEN value IS 42 (16.80% from 255) = 14.74%
BLUE value IS 49 (19.53% from 255) = 17.19%
R=68.07%
G=14.74%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194424900.780.750.24357.2464.4146.27
HexC22A3104E4B18165402e
Octal302526101161133054510056
Binary11000010101010110001010011101001011110001011001011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22A31; }

 p { color: rgb(194,42,49); }

 H1.HeaderClassName
 {
   color: #C22A31;
 }
 .AnyTagClassName
 {
   color: #C22A31;
 }
</style>
background-color css

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

 a { background-color: rgb(194,42,49); }

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

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

 span { border-color: rgb(194,42,49); }

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