#C9443A

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

Shades of Grenadier #C9443A

Tints of Grenadier #C9443A

Color information

#C9443A (or 0xC9443A) is unknown color: approx Grenadier. HEX triplet: C9, 44 and 3A. RGB value is (201,68,58). Sum of RGB (Red+Green+Blue) = 201+68+58=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C9443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9443A is #36BBC5. Grayscale: #6A6A6A. Windows color (decimal): -3587014 or 3818697. OLE color: 3818697.

HSL color Cylindrical-coordinate representation of color #C9443A: hue angle of 4.2º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C9443A is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB2016858-
CMYK00.660.710.21
HSL4.2º56.97%50.78%-
HSV(B)4.2º71.14%78.82%-
XYZ26.9216.865.84-
YUV106.63100.56195.31-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 61.47%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 58 (23.05% from 255) = 17.74%
R=61.47%
G=20.80%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201685800.660.710.214.256.9750.78
HexC9443A042471543933
Octal3111047201021072547163
Binary11001001100010011101001000010100011110101100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9443A; }

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

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

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

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

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

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

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

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