Html Css Color HEX #BE4400 Rust

📋 copy color: '#BE4400'

red 190 ◦ green 68 ◦ blue 0

#BE4400
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #BE4400

Tints of Rust #BE4400

RGB

 RED value IS 190 (74.61% from 255) = 73.64%

 GREEN value IS 68 (26.95% from 255) = 26.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.64%
G = 26.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BE4400 (or 0xBE4400) is known color: Rust. HEX triplet: BE, 44 and 00. RGB value is (190,68,0). Sum of RGB (Red+Green+Blue) = 190+68+0=258 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.64% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4400 is #41BBFF. Grayscale: #616161. Windows color (decimal): -4307968 or 17598. OLE color: 17598.

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

Color convert

RGB 190 68 0 -
CMYK 0 0.64 1 0.25
HSL 21.47º 1% 0.37% -
HSV(B) 21.47º 1% 0.75% -
XYZ 23.3 15.08 1.68 -
YUV 96.73 73.42 194.53 -
System Red Green Blue C M Y K H S L
Decimal 190 68 0 0 0.64 1 0.25 21.47 1 0.37
Hex BE 44 0 0 40 64 19 15 64 25
Octal 276 104 0 0 100 144 31 25 144 45
Binary 10111110 1000100 0 0 1000000 1100100 11001 10101 1100100 100101

Color Harmonies of #BE4400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4400

Black with #BE4400

Text Example


Text Example

White with #BE4400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4400; }

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

 H1.HeaderClassName
 {
   color: #BE4400;
 }
 .AnyTagClassName
 {
   color: #BE4400;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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