#BE412A

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

Shades of Grenadier #BE412A

Tints of Grenadier #BE412A

Color information

#BE412A (or 0xBE412A) is unknown color: approx Grenadier. HEX triplet: BE, 41 and 2A. RGB value is (190,65,42). Sum of RGB (Red+Green+Blue) = 190+65+42=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE412A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE412A is #41BED5. Grayscale: #636363. Windows color (decimal): -4308694 or 2769342. OLE color: 2769342.

HSL color Cylindrical-coordinate representation of color #BE412A: hue angle of 9.32º 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 #BE412A is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB1906542-
CMYK00.660.780.25
HSL9.32º63.79%45.49%-
HSV(B)9.32º77.89%74.51%-
XYZ23.5414.893.82-
YUV99.7595.41192.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 63.97%
GREEN value IS 65 (25.78% from 255) = 21.89%
BLUE value IS 42 (16.80% from 255) = 14.14%
R=63.97%
G=21.89%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190654200.660.780.259.3263.7945.49
HexBE412A0424E199402d
Octal276101520102116311110055
Binary1011111010000011010100100001010011101100110011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE412A; }

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

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

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

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

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

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

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

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