#C43F2B

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

Shades of Grenadier #C43F2B

Tints of Grenadier #C43F2B

Color information

#C43F2B (or 0xC43F2B) is unknown color: approx Grenadier. HEX triplet: C4, 3F and 2B. RGB value is (196,63,43). Sum of RGB (Red+Green+Blue) = 196+63+43=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43F2B is #3BC0D4. Grayscale: #646464. Windows color (decimal): -3915989 or 2834372. OLE color: 2834372.

HSL color Cylindrical-coordinate representation of color #C43F2B: hue angle of 7.84º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C43F2B is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB1966343-
CMYK00.680.780.23
HSL7.84º64.02%46.86%-
HSV(B)7.84º78.06%76.86%-
XYZ24.9815.473.95-
YUV100.4995.56196.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 64.90%
GREEN value IS 63 (25% from 255) = 20.86%
BLUE value IS 43 (17.19% from 255) = 14.24%
R=64.90%
G=20.86%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196634300.680.780.237.8464.0246.86
HexC43F2B0444E178402f
Octal30477530104116271010057
Binary110001001111111010110100010010011101011110001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43F2B; }

 p { color: rgb(196,63,43); }

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

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

 a { background-color: rgb(196,63,43); }

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

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

 span { border-color: rgb(196,63,43); }

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