#C3443A

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

Shades of Grenadier #C3443A

Tints of Grenadier #C3443A

Color information

#C3443A (or 0xC3443A) is unknown color: approx Grenadier. HEX triplet: C3, 44 and 3A. RGB value is (195,68,58). Sum of RGB (Red+Green+Blue) = 195+68+58=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C3443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3443A is #3CBBC5. Grayscale: #696969. Windows color (decimal): -3980230 or 3818691. OLE color: 3818691.

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

Color convert

RGB1956858-
CMYK00.650.700.24
HSL4.38º54.15%49.61%-
HSV(B)4.38º70.26%76.47%-
XYZ25.3416.045.76-
YUV104.83101.58192.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 60.75%
GREEN value IS 68 (26.95% from 255) = 21.18%
BLUE value IS 58 (23.05% from 255) = 18.07%
R=60.75%
G=21.18%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195685800.650.700.244.3854.1549.61
HexC3443A041461843632
Octal3031047201011063046662
Binary11000011100010011101001000001100011011000100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3443A; }

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

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

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

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

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

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

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

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