#BE420A

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

Shades of Rust #BE420A

Tints of Rust #BE420A

Color information

#BE420A (or 0xBE420A) is unknown color: approx Rust. HEX triplet: BE, 42 and 0A. RGB value is (190,66,10). Sum of RGB (Red+Green+Blue) = 190+66+10=266 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.43% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 190 - color contains mainly: red. Hex color #BE420A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE420A is #41BDF5. Grayscale: #616161. Windows color (decimal): -4308470 or 672446. OLE color: 672446.

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

Color convert

RGB1906610-
CMYK00.650.950.25
HSL18.67º90%39.22%-
HSV(B)18.67º94.74%74.51%-
XYZ23.2414.871.93-
YUV96.6979.08194.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 71.43%
GREEN value IS 66 (26.17% from 255) = 24.81%
BLUE value IS 10 (4.30% from 255) = 3.76%
R=71.43%
G=24.81%
B=3.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190661000.650.950.2518.679039.22
HexBE42A0415F19135a27
Octal276102120101137312313247
Binary101111101000010101001000001101111111001100111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE420A; }

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

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

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

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

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

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

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

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