#BE3C00

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

Shades of Rust #BE3C00

Tints of Rust #BE3C00

Color information

#BE3C00 (or 0xBE3C00) is unknown color: approx Rust. HEX triplet: BE, 3C and 00. RGB value is (190,60,0). Sum of RGB (Red+Green+Blue) = 190+60+0=250 (33% of max value = 765). Red value is 190 (74.61% from 255 or 76% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3C00 is #41C3FF. Grayscale: #5C5C5C. Windows color (decimal): -4310016 or 15550. OLE color: 15550.

HSL color Cylindrical-coordinate representation of color #BE3C00: hue angle of 18.95º 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 #BE3C00 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB190600-
CMYK00.6810.25
HSL18.95º100%37.25%-
HSV(B)18.95º100%74.51%-
XYZ22.8514.181.53-
YUV92.0376.07197.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 76%
GREEN value IS 60 (23.83% from 255) = 24%
BLUE value IS 0 (0.39% from 255) = 0%
R=76%
G=24%
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
Decimal19060000.6810.2518.9510037.25
HexBE3C00446419136425
Octal2767400104144312314445
Binary10111110111100001000100110010011001100111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3C00; }

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

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

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

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

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

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

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

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