Html Css Color HEX #BE521B Rust

📋 copy color: '#BE521B'

red 190 ◦ green 82 ◦ blue 27

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

Shades of Rust #BE521B

Tints of Rust #BE521B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.42%

 BLUE value IS 27 (10.94% from 255) = 9.03%

R = 63.55%
G = 27.42%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE521B (or 0xBE521B) is known color: Rust. HEX triplet: BE, 52 and 1B. RGB value is (190,82,27). Sum of RGB (Red+Green+Blue) = 190+82+27=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE521B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE521B is #41ADE4. Grayscale: #6C6C6C. Windows color (decimal): -4304357 or 1790654. OLE color: 1790654.

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

Color convert

RGB 190 82 27 -
CMYK 0 0.57 0.86 0.25
HSL 20.25º 0.75% 0.43% -
HSV(B) 20.25º 0.86% 0.75% -
XYZ 24.45 17.06 3.04 -
YUV 108.02 82.28 186.47 -
System Red Green Blue C M Y K H S L
Decimal 190 82 27 0 0.57 0.86 0.25 20.25 0.75 0.43
Hex BE 52 1B 0 39 56 19 14 4B 2B
Octal 276 122 33 0 71 126 31 24 113 53
Binary 10111110 1010010 11011 0 111001 1010110 11001 10100 1001011 101011

Color Harmonies of #BE521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE521B

Black with #BE521B

Text Example


Text Example

White with #BE521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE521B; }

 p { color: rgb(190,82,27); }

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

background-color css

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

 a { background-color: rgb(190,82,27); }

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

border-color css

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

 span { border-color: rgb(190,82,27); }

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