#BE431E

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

Shades of Rust #BE431E

Tints of Rust #BE431E

Color information

#BE431E (or 0xBE431E) is unknown color: approx Rust. HEX triplet: BE, 43 and 1E. RGB value is (190,67,30). Sum of RGB (Red+Green+Blue) = 190+67+30=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE431E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE431E is #41BCE1. Grayscale: #636363. Windows color (decimal): -4308194 or 1983422. OLE color: 1983422.

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

Color convert

RGB1906730-
CMYK00.650.840.25
HSL13.88º72.73%43.14%-
HSV(B)13.88º84.21%74.51%-
XYZ23.4815.062.9-
YUV99.5688.75192.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 66.20%
GREEN value IS 67 (26.56% from 255) = 23.34%
BLUE value IS 30 (12.11% from 255) = 10.45%
R=66.20%
G=23.34%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190673000.650.840.2513.8872.7343.14
HexBE431E0415419e492b
Octal276103360101124311611153
Binary101111101000011111100100000110101001100111101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE431E; }

 p { color: rgb(190,67,30); }

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

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

 a { background-color: rgb(190,67,30); }

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

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

 span { border-color: rgb(190,67,30); }

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