#BE3A06

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

Shades of Rust #BE3A06

Tints of Rust #BE3A06

Color information

#BE3A06 (or 0xBE3A06) is unknown color: approx Rust. HEX triplet: BE, 3A and 06. RGB value is (190,58,6). Sum of RGB (Red+Green+Blue) = 190+58+6=254 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.80% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3A06 is #41C5F9. Grayscale: #5B5B5B. Windows color (decimal): -4310522 or 408254. OLE color: 408254.

HSL color Cylindrical-coordinate representation of color #BE3A06: hue angle of 16.96º degrees, saturation: 0.94, 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 #BE3A06 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB190586-
CMYK00.690.970.25
HSL16.96º93.88%38.43%-
HSV(B)16.96º96.84%74.51%-
XYZ22.7813.991.67-
YUV91.5479.73198.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 74.80%
GREEN value IS 58 (23.05% from 255) = 22.83%
BLUE value IS 6 (2.73% from 255) = 2.36%
R=74.80%
G=22.83%
B=2.36%

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
Decimal19058600.690.970.2516.9693.8838.43
HexBE3A60456119115e26
Octal2767260105141312113646
Binary1011111011101011001000101110000111001100011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3A06; }

 p { color: rgb(190,58,6); }

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

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

 a { background-color: rgb(190,58,6); }

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

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

 span { border-color: rgb(190,58,6); }

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