Html Css Color HEX #BE5115 Rust

📋 copy color: '#BE5115'

red 190 ◦ green 81 ◦ blue 21

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

Shades of Rust #BE5115

Tints of Rust #BE5115

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.74%

 BLUE value IS 21 (8.59% from 255) = 7.19%

R = 65.07%
G = 27.74%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE5115 (or 0xBE5115) is known color: Rust. HEX triplet: BE, 51 and 15. RGB value is (190,81,21). Sum of RGB (Red+Green+Blue) = 190+81+21=292 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.07% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5115 is #41AEEA. Grayscale: #6B6B6B. Windows color (decimal): -4304619 or 1397182. OLE color: 1397182.

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

Color convert

RGB 190 81 21 -
CMYK 0 0.57 0.89 0.25
HSL 21.3º 0.8% 0.41% -
HSV(B) 21.3º 0.89% 0.75% -
XYZ 24.31 16.89 2.69 -
YUV 106.75 79.61 187.38 -
System Red Green Blue C M Y K H S L
Decimal 190 81 21 0 0.57 0.89 0.25 21.3 0.8 0.41
Hex BE 51 15 0 39 59 19 15 50 29
Octal 276 121 25 0 71 131 31 25 120 51
Binary 10111110 1010001 10101 0 111001 1011001 11001 10101 1010000 101001

Color Harmonies of #BE5115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5115

Black with #BE5115

Text Example


Text Example

White with #BE5115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5115; }

 p { color: rgb(190,81,21); }

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

background-color css

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

 a { background-color: rgb(190,81,21); }

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

border-color css

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

 span { border-color: rgb(190,81,21); }

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