#C2453A

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

Shades of Grenadier #C2453A

Tints of Grenadier #C2453A

Color information

#C2453A (or 0xC2453A) is unknown color: approx Grenadier. HEX triplet: C2, 45 and 3A. RGB value is (194,69,58). Sum of RGB (Red+Green+Blue) = 194+69+58=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C2453A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2453A is #3DBAC5. Grayscale: #696969. Windows color (decimal): -4045510 or 3818946. OLE color: 3818946.

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

Color convert

RGB1946958-
CMYK00.640.700.24
HSL4.85º53.97%49.41%-
HSV(B)4.85º70.1%76.08%-
XYZ25.1416.035.77-
YUV105.12101.41191.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.44%
GREEN value IS 69 (27.34% from 255) = 21.50%
BLUE value IS 58 (23.05% from 255) = 18.07%
R=60.44%
G=21.50%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194695800.640.700.244.8553.9749.41
HexC2453A040461853631
Octal3021057201001063056661
Binary11000010100010111101001000000100011011000101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2453A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2453A; }

 p { color: rgb(194,69,58); }

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

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

 a { background-color: rgb(194,69,58); }

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

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

 span { border-color: rgb(194,69,58); }

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