#C1443B

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

Shades of Grenadier #C1443B

Tints of Grenadier #C1443B

Color information

#C1443B (or 0xC1443B) is unknown color: approx Grenadier. HEX triplet: C1, 44 and 3B. RGB value is (193,68,59). Sum of RGB (Red+Green+Blue) = 193+68+59=320 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.31% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 193 - color contains mainly: red. Hex color #C1443B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1443B is #3EBBC4. Grayscale: #686868. Windows color (decimal): -4111301 or 3884225. OLE color: 3884225.

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

Color convert

RGB1936859-
CMYK00.650.690.24
HSL4.03º53.17%49.41%-
HSV(B)4.03º69.43%75.69%-
XYZ24.8515.795.88-
YUV104.35102.41191.23-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 60.31%
GREEN value IS 68 (26.95% from 255) = 21.25%
BLUE value IS 59 (23.44% from 255) = 18.44%
R=60.31%
G=21.25%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193685900.650.690.244.0353.1749.41
HexC1443B041451843531
Octal3011047301011053046561
Binary11000001100010011101101000001100010111000100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1443B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1443B; }

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

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

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

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

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

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

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

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