#C2272D

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

Shades of Mahogany #C2272D

Tints of Mahogany #C2272D

Color information

#C2272D (or 0xC2272D) is unknown color: approx Mahogany. HEX triplet: C2, 27 and 2D. RGB value is (194,39,45). Sum of RGB (Red+Green+Blue) = 194+39+45=278 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.78% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 194 - color contains mainly: red. Hex color #C2272D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2272D is #3DD8D2. Grayscale: #565656. Windows color (decimal): -4053203 or 2959298. OLE color: 2959298.

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

Color convert

RGB1943945-
CMYK00.800.770.24
HSL357.68º66.52%45.69%-
HSV(B)357.68º79.9%76.08%-
XYZ23.4513.113.78-
YUV86.03104.85205.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 69.78%
GREEN value IS 39 (15.62% from 255) = 14.03%
BLUE value IS 45 (17.97% from 255) = 16.19%
R=69.78%
G=14.03%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194394500.800.770.24357.6866.5245.69
HexC2272D0504D18166432e
Octal302475501201153054610356
Binary11000010100111101101010100001001101110001011001101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2272D; }

 p { color: rgb(194,39,45); }

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

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

 a { background-color: rgb(194,39,45); }

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

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

 span { border-color: rgb(194,39,45); }

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