#C1443A

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

Shades of Grenadier #C1443A

Tints of Grenadier #C1443A

Color information

#C1443A (or 0xC1443A) is unknown color: approx Grenadier. HEX triplet: C1, 44 and 3A. RGB value is (193,68,58). Sum of RGB (Red+Green+Blue) = 193+68+58=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C1443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1443A is #3EBBC5. Grayscale: #686868. Windows color (decimal): -4111302 or 3818689. OLE color: 3818689.

HSL color Cylindrical-coordinate representation of color #C1443A: hue angle of 4.44º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1443A is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB1936858-
CMYK00.650.700.24
HSL4.44º53.78%49.22%-
HSV(B)4.44º69.95%75.69%-
XYZ24.8215.785.74-
YUV104.23101.91191.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 60.50%
GREEN value IS 68 (26.95% from 255) = 21.32%
BLUE value IS 58 (23.05% from 255) = 18.18%
R=60.50%
G=21.32%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193685800.650.700.244.4453.7849.22
HexC1443A041461843631
Octal3011047201011063046661
Binary11000001100010011101001000001100011011000100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1443A; }

 p { color: rgb(193,68,58); }

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

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

 a { background-color: rgb(193,68,58); }

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

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

 span { border-color: rgb(193,68,58); }

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