#BE420B

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

Shades of Rust #BE420B

Tints of Rust #BE420B

Color information

#BE420B (or 0xBE420B) is unknown color: approx Rust. HEX triplet: BE, 42 and 0B. RGB value is (190,66,11). Sum of RGB (Red+Green+Blue) = 190+66+11=267 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.16% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 190 - color contains mainly: red. Hex color #BE420B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE420B is #41BDF4. Grayscale: #616161. Windows color (decimal): -4308469 or 737982. OLE color: 737982.

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

Color convert

RGB1906611-
CMYK00.650.940.25
HSL18.44º89.05%39.41%-
HSV(B)18.44º94.21%74.51%-
XYZ23.2414.871.96-
YUV96.8179.58194.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 71.16%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 11 (4.69% from 255) = 4.12%
R=71.16%
G=24.72%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190661100.650.940.2518.4489.0539.41
HexBE42B0415E19125927
Octal276102130101136312213147
Binary101111101000010101101000001101111011001100101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE420B; }

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

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

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

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

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

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

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

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