Html Css Color HEX #BE4915 Rust

📋 copy color: '#BE4915'

red 190 ◦ green 73 ◦ blue 21

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

Shades of Rust #BE4915

Tints of Rust #BE4915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.7%

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

R = 66.9%
G = 25.7%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE4915 (or 0xBE4915) is known color: Rust. HEX triplet: BE, 49 and 15. RGB value is (190,73,21). Sum of RGB (Red+Green+Blue) = 190+73+21=284 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.90% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4915 is #41B6EA. Grayscale: #666666. Windows color (decimal): -4306667 or 1395134. OLE color: 1395134.

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

Color convert

RGB 190 73 21 -
CMYK 0 0.62 0.89 0.25
HSL 18.46º 0.8% 0.41% -
HSV(B) 18.46º 0.89% 0.75% -
XYZ 23.75 15.77 2.5 -
YUV 102.06 82.26 190.73 -
System Red Green Blue C M Y K H S L
Decimal 190 73 21 0 0.62 0.89 0.25 18.46 0.8 0.41
Hex BE 49 15 0 3E 59 19 12 50 29
Octal 276 111 25 0 76 131 31 22 120 51
Binary 10111110 1001001 10101 0 111110 1011001 11001 10010 1010000 101001

Color Harmonies of #BE4915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4915

Black with #BE4915

Text Example


Text Example

White with #BE4915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4915; }

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

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

background-color css

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

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

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

border-color css

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

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

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