#C2483F

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

Shades of Grenadier #C2483F

Tints of Grenadier #C2483F

Color information

#C2483F (or 0xC2483F) is unknown color: approx Grenadier. HEX triplet: C2, 48 and 3F. RGB value is (194,72,63). Sum of RGB (Red+Green+Blue) = 194+72+63=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C2483F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2483F is #3DB7C0. Grayscale: #6B6B6B. Windows color (decimal): -4044737 or 4147394. OLE color: 4147394.

HSL color Cylindrical-coordinate representation of color #C2483F: hue angle of 4.12º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2483F is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB1947263-
CMYK00.630.680.24
HSL4.12º51.78%50.39%-
HSV(B)4.12º67.53%76.08%-
XYZ25.4616.466.54-
YUV107.45102.92189.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.97%
GREEN value IS 72 (28.52% from 255) = 21.88%
BLUE value IS 63 (25% from 255) = 19.15%
R=58.97%
G=21.88%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194726300.630.680.244.1251.7850.39
HexC2483F03F441843432
Octal302110770771043046462
Binary1100001010010001111110111111100010011000100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2483F; }

 p { color: rgb(194,72,63); }

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

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

 a { background-color: rgb(194,72,63); }

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

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

 span { border-color: rgb(194,72,63); }

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