#BE3D00

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

Shades of Rust #BE3D00

Tints of Rust #BE3D00

Color information

#BE3D00 (or 0xBE3D00) is unknown color: approx Rust. HEX triplet: BE, 3D and 00. RGB value is (190,61,0). Sum of RGB (Red+Green+Blue) = 190+61+0=251 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.70% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3D00 is #41C2FF. Grayscale: #5C5C5C. Windows color (decimal): -4309760 or 15806. OLE color: 15806.

HSL color Cylindrical-coordinate representation of color #BE3D00: hue angle of 19.26º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE3D00 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB190610-
CMYK00.6810.25
HSL19.26º100%37.25%-
HSV(B)19.26º100%74.51%-
XYZ22.914.281.55-
YUV92.6275.74197.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 75.70%
GREEN value IS 61 (24.22% from 255) = 24.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.70%
G=24.30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19061000.6810.2519.2610037.25
HexBE3D00446419136425
Octal2767500104144312314445
Binary10111110111101001000100110010011001100111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3D00; }

 p { color: rgb(190,61,0); }

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

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

 a { background-color: rgb(190,61,0); }

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

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

 span { border-color: rgb(190,61,0); }

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