#BE370C

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

Shades of Rust #BE370C

Tints of Rust #BE370C

Color information

#BE370C (or 0xBE370C) is unknown color: approx Rust. HEX triplet: BE, 37 and 0C. RGB value is (190,55,12). Sum of RGB (Red+Green+Blue) = 190+55+12=257 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.93% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 190 - color contains mainly: red. Hex color #BE370C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE370C is #41C8F3. Grayscale: #5A5A5A. Windows color (decimal): -4311284 or 800702. OLE color: 800702.

HSL color Cylindrical-coordinate representation of color #BE370C: hue angle of 14.49º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE370C is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB1905512-
CMYK00.710.940.25
HSL14.49º88.12%39.61%-
HSV(B)14.49º93.68%74.51%-
XYZ22.6713.711.8-
YUV90.4683.73199-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 73.93%
GREEN value IS 55 (21.88% from 255) = 21.40%
BLUE value IS 12 (5.08% from 255) = 4.67%
R=73.93%
G=21.40%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190551200.710.940.2514.4988.1239.61
HexBE37C0475E19e5828
Octal27667140107136311613050
Binary1011111011011111000100011110111101100111101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE370C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE370C; }

 p { color: rgb(190,55,12); }

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

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

 a { background-color: rgb(190,55,12); }

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

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

 span { border-color: rgb(190,55,12); }

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