#C4483A

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

Shades of Grenadier #C4483A

Tints of Grenadier #C4483A

Color information

#C4483A (or 0xC4483A) is unknown color: approx Grenadier. HEX triplet: C4, 48 and 3A. RGB value is (196,72,58). Sum of RGB (Red+Green+Blue) = 196+72+58=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C4483A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4483A is #3BB7C5. Grayscale: #6B6B6B. Windows color (decimal): -3913670 or 3819716. OLE color: 3819716.

HSL color Cylindrical-coordinate representation of color #C4483A: hue angle of 6.09º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4483A is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB1967258-
CMYK00.630.700.23
HSL6.09º54.33%49.8%-
HSV(B)6.09º70.41%76.86%-
XYZ25.8516.685.86-
YUV107.48100.08191.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 60.12%
GREEN value IS 72 (28.52% from 255) = 22.09%
BLUE value IS 58 (23.05% from 255) = 17.79%
R=60.12%
G=22.09%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196725800.630.700.236.0954.3349.8
HexC4483A03F461763632
Octal304110720771062766662
Binary1100010010010001110100111111100011010111110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4483A; }

 p { color: rgb(196,72,58); }

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

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

 a { background-color: rgb(196,72,58); }

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

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

 span { border-color: rgb(196,72,58); }

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