#BE3201

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

Shades of Rust #BE3201

Tints of Rust #BE3201

Color information

#BE3201 (or 0xBE3201) is unknown color: approx Rust. HEX triplet: BE, 32 and 01. RGB value is (190,50,1). Sum of RGB (Red+Green+Blue) = 190+50+1=241 (31% of max value = 765). Red value is 190 (74.61% from 255 or 78.84% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3201 is #41CDFE. Grayscale: #565656. Windows color (decimal): -4312575 or 78526. OLE color: 78526.

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

Color convert

RGB190501-
CMYK00.740.990.25
HSL15.56º98.95%37.45%-
HSV(B)15.56º99.47%74.51%-
XYZ22.3813.231.4-
YUV86.2779.88201.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 78.84%
GREEN value IS 50 (19.92% from 255) = 20.75%
BLUE value IS 1 (0.78% from 255) = 0.41%
R=78.84%
G=20.75%
B=0.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19050100.740.990.2515.5698.9537.45
HexBE32104A6319106325
Octal2766210112143312014345
Binary10111110110010101001010110001111001100001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3201; }

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

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

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

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

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

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

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

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