#C3433A

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

Shades of Grenadier #C3433A

Tints of Grenadier #C3433A

Color information

#C3433A (or 0xC3433A) is unknown color: approx Grenadier. HEX triplet: C3, 43 and 3A. RGB value is (195,67,58). Sum of RGB (Red+Green+Blue) = 195+67+58=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C3433A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3433A is #3CBCC5. Grayscale: #686868. Windows color (decimal): -3980486 or 3818435. OLE color: 3818435.

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

Color convert

RGB1956758-
CMYK00.660.700.24
HSL3.94º54.15%49.61%-
HSV(B)3.94º70.26%76.47%-
XYZ25.2815.925.74-
YUV104.25101.91192.73-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 60.94%
GREEN value IS 67 (26.56% from 255) = 20.94%
BLUE value IS 58 (23.05% from 255) = 18.12%
R=60.94%
G=20.94%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195675800.660.700.243.9454.1549.61
HexC3433A042461843632
Octal3031037201021063046662
Binary11000011100001111101001000010100011011000100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3433A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3433A; }

 p { color: rgb(195,67,58); }

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

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

 a { background-color: rgb(195,67,58); }

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

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

 span { border-color: rgb(195,67,58); }

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