#C22628

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

Shades of Mahogany #C22628

Tints of Mahogany #C22628

Color information

#C22628 (or 0xC22628) is unknown color: approx Mahogany. HEX triplet: C2, 26 and 28. RGB value is (194,38,40). Sum of RGB (Red+Green+Blue) = 194+38+40=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C22628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22628 is #3DD9D7. Grayscale: #555555. Windows color (decimal): -4053464 or 2631362. OLE color: 2631362.

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

Color convert

RGB1943840-
CMYK00.800.790.24
HSL359.23º67.24%45.49%-
HSV(B)359.23º80.41%76.08%-
XYZ23.3213.013.29-
YUV84.87102.68205.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 71.32%
GREEN value IS 38 (15.23% from 255) = 13.97%
BLUE value IS 40 (16.02% from 255) = 14.71%
R=71.32%
G=13.97%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194384000.800.790.24359.2367.2445.49
HexC226280504F18167432d
Octal302465001201173054710355
Binary11000010100110101000010100001001111110001011001111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22628; }

 p { color: rgb(194,38,40); }

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

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

 a { background-color: rgb(194,38,40); }

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

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

 span { border-color: rgb(194,38,40); }

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