#BE421A

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

Shades of Rust #BE421A

Tints of Rust #BE421A

Color information

#BE421A (or 0xBE421A) is unknown color: approx Rust. HEX triplet: BE, 42 and 1A. RGB value is (190,66,26). Sum of RGB (Red+Green+Blue) = 190+66+26=282 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.38% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 190 - color contains mainly: red. Hex color #BE421A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE421A is #41BDE5. Grayscale: #626262. Windows color (decimal): -4308454 or 1721022. OLE color: 1721022.

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

Color convert

RGB1906626-
CMYK00.650.860.25
HSL14.63º75.93%42.35%-
HSV(B)14.63º86.32%74.51%-
XYZ23.3714.922.63-
YUV98.5287.08193.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 67.38%
GREEN value IS 66 (26.17% from 255) = 23.40%
BLUE value IS 26 (10.55% from 255) = 9.22%
R=67.38%
G=23.40%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190662600.650.860.2514.6375.9342.35
HexBE421A0415619f4c2a
Octal276102320101126311711452
Binary101111101000010110100100000110101101100111111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE421A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE421A; }

 p { color: rgb(190,66,26); }

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

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

 a { background-color: rgb(190,66,26); }

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

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

 span { border-color: rgb(190,66,26); }

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