#C1252A

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

Shades of Mahogany #C1252A

Tints of Mahogany #C1252A

Color information

#C1252A (or 0xC1252A) is unknown color: approx Mahogany. HEX triplet: C1, 25 and 2A. RGB value is (193,37,42). Sum of RGB (Red+Green+Blue) = 193+37+42=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C1252A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1252A is #3EDAD5. Grayscale: #545454. Windows color (decimal): -4119254 or 2762177. OLE color: 2762177.

HSL color Cylindrical-coordinate representation of color #C1252A: hue angle of 358.08º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C1252A is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB1933742-
CMYK00.810.780.24
HSL358.08º67.83%45.1%-
HSV(B)358.08º80.83%75.69%-
XYZ23.0712.833.45-
YUV84.21104.18205.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 70.96%
GREEN value IS 37 (14.84% from 255) = 13.60%
BLUE value IS 42 (16.80% from 255) = 15.44%
R=70.96%
G=13.60%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193374200.810.780.24358.0867.8345.1
HexC1252A0514E18166442d
Octal301455201211163054610455
Binary11000001100101101010010100011001110110001011001101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1252A; }

 p { color: rgb(193,37,42); }

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

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

 a { background-color: rgb(193,37,42); }

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

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

 span { border-color: rgb(193,37,42); }

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