Html Css Color HEX #BE4515 Rust

📋 copy color: '#BE4515'

red 190 ◦ green 69 ◦ blue 21

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

Shades of Rust #BE4515

Tints of Rust #BE4515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.64%

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

R = 67.86%
G = 24.64%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE4515 (or 0xBE4515) is known color: Rust. HEX triplet: BE, 45 and 15. RGB value is (190,69,21). Sum of RGB (Red+Green+Blue) = 190+69+21=280 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.86% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4515 is #41BAEA. Grayscale: #646464. Windows color (decimal): -4307691 or 1394110. OLE color: 1394110.

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

Color convert

RGB 190 69 21 -
CMYK 0 0.64 0.89 0.25
HSL 17.04º 0.8% 0.41% -
HSV(B) 17.04º 0.89% 0.75% -
XYZ 23.5 15.26 2.42 -
YUV 99.71 83.59 192.4 -
System Red Green Blue C M Y K H S L
Decimal 190 69 21 0 0.64 0.89 0.25 17.04 0.8 0.41
Hex BE 45 15 0 40 59 19 11 50 29
Octal 276 105 25 0 100 131 31 21 120 51
Binary 10111110 1000101 10101 0 1000000 1011001 11001 10001 1010000 101001

Color Harmonies of #BE4515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4515

Black with #BE4515

Text Example


Text Example

White with #BE4515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4515; }

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

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

background-color css

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

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

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

border-color css

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

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

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