#C44B3A

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

Shades of Grenadier #C44B3A

Tints of Grenadier #C44B3A

Color information

#C44B3A (or 0xC44B3A) is unknown color: approx Grenadier. HEX triplet: C4, 4B and 3A. RGB value is (196,75,58). Sum of RGB (Red+Green+Blue) = 196+75+58=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44B3A is #3BB4C5. Grayscale: #6D6D6D. Windows color (decimal): -3912902 or 3820484. OLE color: 3820484.

HSL color Cylindrical-coordinate representation of color #C44B3A: hue angle of 7.39º 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 #C44B3A is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB1967558-
CMYK00.620.700.23
HSL7.39º54.33%49.8%-
HSV(B)7.39º70.41%76.86%-
XYZ26.0417.075.93-
YUV109.2499.09189.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.57%
GREEN value IS 75 (29.69% from 255) = 22.80%
BLUE value IS 58 (23.05% from 255) = 17.63%
R=59.57%
G=22.80%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196755800.620.700.237.3954.3349.8
HexC44B3A03E461773632
Octal304113720761062776662
Binary1100010010010111110100111110100011010111111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44B3A; }

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

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

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

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

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

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

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

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