#C6252B

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

Shades of Mahogany #C6252B

Tints of Mahogany #C6252B

Color information

#C6252B (or 0xC6252B) is unknown color: approx Mahogany. HEX triplet: C6, 25 and 2B. RGB value is (198,37,43). Sum of RGB (Red+Green+Blue) = 198+37+43=278 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.22% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 198 - color contains mainly: red. Hex color #C6252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6252B is #39DAD4. Grayscale: #555555. Windows color (decimal): -3791573 or 2827718. OLE color: 2827718.

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

Color convert

RGB1983743-
CMYK00.810.780.22
HSL357.76º68.51%46.08%-
HSV(B)357.76º81.31%77.65%-
XYZ24.3913.53.61-
YUV85.82103.84208.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 71.22%
GREEN value IS 37 (14.84% from 255) = 13.31%
BLUE value IS 43 (17.19% from 255) = 15.47%
R=71.22%
G=13.31%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198374300.810.780.22357.7668.5146.08
HexC6252B0514E16166452e
Octal306455301211162654610556
Binary11000110100101101011010100011001110101101011001101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6252B; }

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

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

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

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

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

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

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

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