#BE3401

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

Shades of Rust #BE3401

Tints of Rust #BE3401

Color information

#BE3401 (or 0xBE3401) is unknown color: approx Rust. HEX triplet: BE, 34 and 01. RGB value is (190,52,1). Sum of RGB (Red+Green+Blue) = 190+52+1=243 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.19% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3401 is #41CBFE. Grayscale: #575757. Windows color (decimal): -4312063 or 79038. OLE color: 79038.

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

Color convert

RGB190521-
CMYK00.730.990.25
HSL16.19º98.95%37.45%-
HSV(B)16.19º99.47%74.51%-
XYZ22.4713.411.43-
YUV87.4579.22201.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 78.19%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 1 (0.78% from 255) = 0.41%
R=78.19%
G=21.40%
B=0.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19052100.730.990.2516.1998.9537.45
HexBE3410496319106325
Octal2766410111143312014345
Binary10111110110100101001001110001111001100001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3401; }

 p { color: rgb(190,52,1); }

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

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

 a { background-color: rgb(190,52,1); }

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

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

 span { border-color: rgb(190,52,1); }

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