#BE421B

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

Shades of Rust #BE421B

Tints of Rust #BE421B

Color information

#BE421B (or 0xBE421B) is unknown color: approx Rust. HEX triplet: BE, 42 and 1B. RGB value is (190,66,27). Sum of RGB (Red+Green+Blue) = 190+66+27=283 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.14% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 190 - color contains mainly: red. Hex color #BE421B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE421B is #41BDE4. Grayscale: #626262. Windows color (decimal): -4308453 or 1786558. OLE color: 1786558.

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

Color convert

RGB1906627-
CMYK00.650.860.25
HSL14.36º75.12%42.55%-
HSV(B)14.36º85.79%74.51%-
XYZ23.3814.922.68-
YUV98.6387.58193.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 67.14%
GREEN value IS 66 (26.17% from 255) = 23.32%
BLUE value IS 27 (10.94% from 255) = 9.54%
R=67.14%
G=23.32%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190662700.650.860.2514.3675.1242.55
HexBE421B0415619e4b2b
Octal276102330101126311611353
Binary101111101000010110110100000110101101100111101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE421B; }

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

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

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

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

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

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

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

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