#BE4B02

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

Shades of Rust #BE4B02

Tints of Rust #BE4B02

Color information

#BE4B02 (or 0xBE4B02) is unknown color: approx Rust. HEX triplet: BE, 4B and 02. RGB value is (190,75,2). Sum of RGB (Red+Green+Blue) = 190+75+2=267 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.16% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4B02 is #41B4FD. Grayscale: #656565. Windows color (decimal): -4306174 or 150462. OLE color: 150462.

HSL color Cylindrical-coordinate representation of color #BE4B02: hue angle of 23.3º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE4B02 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB190752-
CMYK00.610.990.25
HSL23.3º97.92%37.65%-
HSV(B)23.3º98.95%74.51%-
XYZ23.7615.981.89-
YUV101.0672.1191.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 71.16%
GREEN value IS 75 (29.69% from 255) = 28.09%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=71.16%
G=28.09%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19075200.610.990.2523.397.9237.65
HexBE4B203D6319176226
Octal2761132075143312714246
Binary101111101001011100111101110001111001101111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4B02; }

 p { color: rgb(190,75,2); }

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

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

 a { background-color: rgb(190,75,2); }

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

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

 span { border-color: rgb(190,75,2); }

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