#BE422A

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

Shades of Grenadier #BE422A

Tints of Grenadier #BE422A

Color information

#BE422A (or 0xBE422A) is unknown color: approx Grenadier. HEX triplet: BE, 42 and 2A. RGB value is (190,66,42). Sum of RGB (Red+Green+Blue) = 190+66+42=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE422A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE422A is #41BDD5. Grayscale: #646464. Windows color (decimal): -4308438 or 2769598. OLE color: 2769598.

HSL color Cylindrical-coordinate representation of color #BE422A: hue angle of 9.73º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE422A is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB1906642-
CMYK00.650.780.25
HSL9.73º63.79%45.49%-
HSV(B)9.73º77.89%74.51%-
XYZ23.615.013.84-
YUV100.3495.08191.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 63.76%
GREEN value IS 66 (26.17% from 255) = 22.15%
BLUE value IS 42 (16.80% from 255) = 14.09%
R=63.76%
G=22.15%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190664200.650.780.259.7363.7945.49
HexBE422A0414E19a402d
Octal276102520101116311210055
Binary1011111010000101010100100000110011101100110101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE422A; }

 p { color: rgb(190,66,42); }

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

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

 a { background-color: rgb(190,66,42); }

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

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

 span { border-color: rgb(190,66,42); }

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