#BE3F1B

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

Shades of Rust #BE3F1B

Tints of Rust #BE3F1B

Color information

#BE3F1B (or 0xBE3F1B) is unknown color: approx Rust. HEX triplet: BE, 3F and 1B. RGB value is (190,63,27). Sum of RGB (Red+Green+Blue) = 190+63+27=280 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.86% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3F1B is #41C0E4. Grayscale: #616161. Windows color (decimal): -4309221 or 1785790. OLE color: 1785790.

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

Color convert

RGB1906327-
CMYK00.670.860.25
HSL13.25º75.12%42.55%-
HSV(B)13.25º85.79%74.51%-
XYZ23.2114.582.63-
YUV96.8788.58194.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 67.86%
GREEN value IS 63 (25% from 255) = 22.5%
BLUE value IS 27 (10.94% from 255) = 9.64%
R=67.86%
G=22.5%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190632700.670.860.2513.2575.1242.55
HexBE3F1B0435619d4b2b
Octal27677330103126311511353
Binary10111110111111110110100001110101101100111011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3F1B; }

 p { color: rgb(190,63,27); }

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

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

 a { background-color: rgb(190,63,27); }

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

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

 span { border-color: rgb(190,63,27); }

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