#BE3B05

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

Shades of Rust #BE3B05

Tints of Rust #BE3B05

Color information

#BE3B05 (or 0xBE3B05) is unknown color: approx Rust. HEX triplet: BE, 3B and 05. RGB value is (190,59,5). Sum of RGB (Red+Green+Blue) = 190+59+5=254 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.80% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3B05 is #41C4FA. Grayscale: #5C5C5C. Windows color (decimal): -4310267 or 342974. OLE color: 342974.

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

Color convert

RGB190595-
CMYK00.690.970.25
HSL17.51º94.87%38.24%-
HSV(B)17.51º97.37%74.51%-
XYZ22.8314.091.66-
YUV92.0178.9197.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 74.80%
GREEN value IS 59 (23.44% from 255) = 23.23%
BLUE value IS 5 (2.34% from 255) = 1.97%
R=74.80%
G=23.23%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19059500.690.970.2517.5194.8738.24
HexBE3B50456119125f26
Octal2767350105141312213746
Binary1011111011101110101000101110000111001100101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3B05; }

 p { color: rgb(190,59,5); }

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

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

 a { background-color: rgb(190,59,5); }

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

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

 span { border-color: rgb(190,59,5); }

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