#C34B3B

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

Shades of Grenadier #C34B3B

Tints of Grenadier #C34B3B

Color information

#C34B3B (or 0xC34B3B) is unknown color: approx Grenadier. HEX triplet: C3, 4B and 3B. RGB value is (195,75,59). Sum of RGB (Red+Green+Blue) = 195+75+59=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34B3B is #3CB4C4. Grayscale: #6D6D6D. Windows color (decimal): -3978437 or 3886019. OLE color: 3886019.

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

Color convert

RGB1957559-
CMYK00.620.700.24
HSL7.06º53.54%49.8%-
HSV(B)7.06º69.74%76.47%-
XYZ25.8116.956.05-
YUV109.0699.76189.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.27%
GREEN value IS 75 (29.69% from 255) = 22.80%
BLUE value IS 59 (23.44% from 255) = 17.93%
R=59.27%
G=22.80%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195755900.620.700.247.0653.5449.8
HexC34B3B03E461873632
Octal303113730761063076662
Binary1100001110010111110110111110100011011000111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34B3B; }

 p { color: rgb(195,75,59); }

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

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

 a { background-color: rgb(195,75,59); }

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

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

 span { border-color: rgb(195,75,59); }

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