#c6453a

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

Shades of Grenadier #C6453A

Tints of Grenadier #C6453A

Color information

#C6453A (or 0xC6453A) is unknown color: approx Grenadier. HEX triplet: C6, 45 and 3A. RGB value is (198,69,58). Sum of RGB (Red+Green+Blue) = 198+69+58=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C6453A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6453A is #39BAC5. Grayscale: #6A6A6A. Windows color (decimal): -3783366 or 3818950. OLE color: 3818950.

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

Color convert

RGB1986958-
CMYK00.650.710.22
HSL4.71º55.12%50.2%-
HSV(B)4.71º70.71%77.65%-
XYZ26.1816.575.82-
YUV106.32100.74193.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.92%
GREEN value IS 69 (27.34% from 255) = 21.23%
BLUE value IS 58 (23.05% from 255) = 17.85%
R=60.92%
G=21.23%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198695800.650.710.224.7155.1250.2
HexC6453A041471653732
Octal3061057201011072656762
Binary11000110100010111101001000001100011110110101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6453a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6453a; }

 p { color: rgb(198,69,58); }

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

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

 a { background-color: rgb(198,69,58); }

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

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

 span { border-color: rgb(198,69,58); }

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