#C1523D

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

Shades of Grenadier #C1523D

Tints of Grenadier #C1523D

Color information

#C1523D (or 0xC1523D) is unknown color: approx Grenadier. HEX triplet: C1, 52 and 3D. RGB value is (193,82,61). Sum of RGB (Red+Green+Blue) = 193+82+61=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C1523D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1523D is #3EADC2. Grayscale: #707070. Windows color (decimal): -4107715 or 4018881. OLE color: 4018881.

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

Color convert

RGB1938261-
CMYK00.580.680.24
HSL9.55º51.97%49.8%-
HSV(B)9.55º68.39%75.69%-
XYZ25.8517.716.47-
YUV112.898.77185.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.44%
GREEN value IS 82 (32.42% from 255) = 24.40%
BLUE value IS 61 (24.22% from 255) = 18.15%
R=57.44%
G=24.40%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193826100.580.680.249.5551.9749.8
HexC1523D03A4418a3432
Octal3011227507210430126462
Binary11000001101001011110101110101000100110001010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1523D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1523D; }

 p { color: rgb(193,82,61); }

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

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

 a { background-color: rgb(193,82,61); }

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

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

 span { border-color: rgb(193,82,61); }

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