#BE4C07

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

Shades of Rust #BE4C07

Tints of Rust #BE4C07

Color information

#BE4C07 (or 0xBE4C07) is unknown color: approx Rust. HEX triplet: BE, 4C and 07. RGB value is (190,76,7). Sum of RGB (Red+Green+Blue) = 190+76+7=273 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.60% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4C07 is #41B3F8. Grayscale: #666666. Windows color (decimal): -4305913 or 478398. OLE color: 478398.

HSL color Cylindrical-coordinate representation of color #BE4C07: hue angle of 22.62º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE4C07 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB190767-
CMYK00.600.960.25
HSL22.62º92.89%38.63%-
HSV(B)22.62º96.32%74.51%-
XYZ23.8616.132.06-
YUV102.2274.27190.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 69.60%
GREEN value IS 76 (30.08% from 255) = 27.84%
BLUE value IS 7 (3.12% from 255) = 2.56%
R=69.60%
G=27.84%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19076700.600.960.2522.6292.8938.63
HexBE4C703C6019175d27
Octal2761147074140312713547
Binary1011111010011001110111100110000011001101111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4C07; }

 p { color: rgb(190,76,7); }

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

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

 a { background-color: rgb(190,76,7); }

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

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

 span { border-color: rgb(190,76,7); }

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