#BE4410

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

Shades of Rust #BE4410

Tints of Rust #BE4410

Color information

#BE4410 (or 0xBE4410) is unknown color: approx Rust. HEX triplet: BE, 44 and 10. RGB value is (190,68,16). Sum of RGB (Red+Green+Blue) = 190+68+16=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4410 is #41BBEF. Grayscale: #626262. Windows color (decimal): -4307952 or 1066174. OLE color: 1066174.

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

Color convert

RGB1906816-
CMYK00.640.920.25
HSL17.93º84.47%40.39%-
HSV(B)17.93º91.58%74.51%-
XYZ23.415.122.18-
YUV98.5581.42193.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 69.34%
GREEN value IS 68 (26.95% from 255) = 24.82%
BLUE value IS 16 (6.64% from 255) = 5.84%
R=69.34%
G=24.82%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190681600.640.920.2517.9384.4740.39
HexBE44100405C19125428
Octal276104200100134312212450
Binary1011111010001001000001000000101110011001100101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4410; }

 p { color: rgb(190,68,16); }

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

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

 a { background-color: rgb(190,68,16); }

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

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

 span { border-color: rgb(190,68,16); }

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