#BE3E08

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

Shades of Rust #BE3E08

Tints of Rust #BE3E08

Color information

#BE3E08 (or 0xBE3E08) is unknown color: approx Rust. HEX triplet: BE, 3E and 08. RGB value is (190,62,8). Sum of RGB (Red+Green+Blue) = 190+62+8=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3E08 is #41C1F7. Grayscale: #5E5E5E. Windows color (decimal): -4309496 or 540350. OLE color: 540350.

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

Color convert

RGB190628-
CMYK00.670.960.25
HSL17.8º91.92%38.82%-
HSV(B)17.8º95.79%74.51%-
XYZ2314.411.8-
YUV94.1279.41196.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 73.08%
GREEN value IS 62 (24.61% from 255) = 23.85%
BLUE value IS 8 (3.52% from 255) = 3.08%
R=73.08%
G=23.85%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19062800.670.960.2517.891.9238.82
HexBE3E80436019125c27
Octal27676100103140312213447
Binary10111110111110100001000011110000011001100101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3E08; }

 p { color: rgb(190,62,8); }

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

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

 a { background-color: rgb(190,62,8); }

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

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

 span { border-color: rgb(190,62,8); }

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