#C62B30

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

Shades of Mahogany #C62B30

Tints of Mahogany #C62B30

Color information

#C62B30 (or 0xC62B30) is unknown color: approx Mahogany. HEX triplet: C6, 2B and 30. RGB value is (198,43,48). Sum of RGB (Red+Green+Blue) = 198+43+48=289 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.51% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 198 - color contains mainly: red. Hex color #C62B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62B30 is #39D4CF. Grayscale: #5A5A5A. Windows color (decimal): -3790032 or 3156934. OLE color: 3156934.

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

Color convert

RGB1984348-
CMYK00.780.760.22
HSL358.06º64.32%47.25%-
HSV(B)358.06º78.28%77.65%-
XYZ24.6913.954.19-
YUV89.92104.35205.09-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 68.51%
GREEN value IS 43 (17.19% from 255) = 14.88%
BLUE value IS 48 (19.14% from 255) = 16.61%
R=68.51%
G=14.88%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198434800.780.760.22358.0664.3247.25
HexC62B3004E4C16166402f
Octal306536001161142654610057
Binary11000110101011110000010011101001100101101011001101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62B30; }

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

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

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

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

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

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

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

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