Html Css Color HEX #BE4200 Rust

📋 copy color: '#BE4200'

red 190 ◦ green 66 ◦ blue 0

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

Shades of Rust #BE4200

Tints of Rust #BE4200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.78%

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

R = 74.22%
G = 25.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BE4200 (or 0xBE4200) is known color: Rust. HEX triplet: BE, 42 and 00. RGB value is (190,66,0). Sum of RGB (Red+Green+Blue) = 190+66+0=256 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.22% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4200 is #41BDFF. Grayscale: #5F5F5F. Windows color (decimal): -4308480 or 17086. OLE color: 17086.

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

Color convert

RGB 190 66 0 -
CMYK 0 0.65 1 0.25
HSL 20.84º 1% 0.37% -
HSV(B) 20.84º 1% 0.75% -
XYZ 23.18 14.84 1.64 -
YUV 95.55 74.08 195.37 -
System Red Green Blue C M Y K H S L
Decimal 190 66 0 0 0.65 1 0.25 20.84 1 0.37
Hex BE 42 0 0 41 64 19 15 64 25
Octal 276 102 0 0 101 144 31 25 144 45
Binary 10111110 1000010 0 0 1000001 1100100 11001 10101 1100100 100101

Color Harmonies of #BE4200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4200

Black with #BE4200

Text Example


Text Example

White with #BE4200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4200; }

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

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

background-color css

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

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

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

border-color css

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

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

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