#C84A3B

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

Shades of Grenadier #C84A3B

Tints of Grenadier #C84A3B

Color information

#C84A3B (or 0xC84A3B) is unknown color: approx Grenadier. HEX triplet: C8, 4A and 3B. RGB value is (200,74,59). Sum of RGB (Red+Green+Blue) = 200+74+59=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84A3B is #37B5C4. Grayscale: #6E6E6E. Windows color (decimal): -3651013 or 3885768. OLE color: 3885768.

HSL color Cylindrical-coordinate representation of color #C84A3B: hue angle of 6.38º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C84A3B is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB2007459-
CMYK00.630.700.22
HSL6.38º56.18%50.78%-
HSV(B)6.38º70.5%78.43%-
XYZ27.0617.496.09-
YUV109.9699.24192.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.06%
GREEN value IS 74 (29.30% from 255) = 22.22%
BLUE value IS 59 (23.44% from 255) = 17.72%
R=60.06%
G=22.22%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200745900.630.700.226.3856.1850.78
HexC84A3B03F461663833
Octal310112730771062667063
Binary1100100010010101110110111111100011010110110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84A3B; }

 p { color: rgb(200,74,59); }

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

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

 a { background-color: rgb(200,74,59); }

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

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

 span { border-color: rgb(200,74,59); }

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