#c6443b

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

Shades of Grenadier #C6443B

Tints of Grenadier #C6443B

Color information

#C6443B (or 0xC6443B) is unknown color: approx Grenadier. HEX triplet: C6, 44 and 3B. RGB value is (198,68,59). Sum of RGB (Red+Green+Blue) = 198+68+59=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C6443B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6443B is #39BBC4. Grayscale: #6A6A6A. Windows color (decimal): -3783621 or 3884230. OLE color: 3884230.

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

Color convert

RGB1986859-
CMYK00.660.700.22
HSL3.88º54.94%50.39%-
HSV(B)3.88º70.2%77.65%-
XYZ26.1516.465.94-
YUV105.84101.57193.73-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.92%
GREEN value IS 68 (26.95% from 255) = 20.92%
BLUE value IS 59 (23.44% from 255) = 18.15%
R=60.92%
G=20.92%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198685900.660.700.223.8854.9450.39
HexC6443B042461643732
Octal3061047301021062646762
Binary11000110100010011101101000010100011010110100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6443b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6443b; }

 p { color: rgb(198,68,59); }

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

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

 a { background-color: rgb(198,68,59); }

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

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

 span { border-color: rgb(198,68,59); }

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