#c62a30

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

Shades of Mahogany #C62A30

Tints of Mahogany #C62A30

Color information

#C62A30 (or 0xC62A30) is unknown color: approx Mahogany. HEX triplet: C6, 2A and 30. RGB value is (198,42,48). Sum of RGB (Red+Green+Blue) = 198+42+48=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 42 (16.80% from 255 or 14.58% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C62A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62A30 is #39D5CF. Grayscale: #595959. Windows color (decimal): -3790288 or 3156678. OLE color: 3156678.

HSL color Cylindrical-coordinate representation of color #C62A30: hue angle of 357.69º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62A30 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB1984248-
CMYK00.790.760.22
HSL357.69º65%47.06%-
HSV(B)357.69º78.79%77.65%-
XYZ24.6513.884.18-
YUV89.33104.68205.51-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 68.75%
GREEN value IS 42 (16.80% from 255) = 14.58%
BLUE value IS 48 (19.14% from 255) = 16.67%
R=68.75%
G=14.58%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198424800.790.760.22357.696547.06
HexC62A3004F4C16166412f
Octal306526001171142654610157
Binary11000110101010110000010011111001100101101011001101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c62a30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c62a30; }

 p { color: rgb(198,42,48); }

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

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

 a { background-color: rgb(198,42,48); }

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

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

 span { border-color: rgb(198,42,48); }

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