Html Css Color HEX #BE4513 Rust

📋 copy color: '#BE4513'

red 190 ◦ green 69 ◦ blue 19

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

Shades of Rust #BE4513

Tints of Rust #BE4513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.83%

R = 68.35%
G = 24.82%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BE4513 (or 0xBE4513) is known color: Rust. HEX triplet: BE, 45 and 13. RGB value is (190,69,19). Sum of RGB (Red+Green+Blue) = 190+69+19=278 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.35% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4513 is #41BAEC. Grayscale: #636363. Windows color (decimal): -4307693 or 1263038. OLE color: 1263038.

HSL color Cylindrical-coordinate representation of color #BE4513: hue angle of 17.54º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE4513 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 69 19 -
CMYK 0 0.64 0.90 0.25
HSL 17.54º 0.82% 0.41% -
HSV(B) 17.54º 0.9% 0.75% -
XYZ 23.48 15.25 2.32 -
YUV 99.48 82.59 192.57 -
System Red Green Blue C M Y K H S L
Decimal 190 69 19 0 0.64 0.90 0.25 17.54 0.82 0.41
Hex BE 45 13 0 40 5A 19 12 52 29
Octal 276 105 23 0 100 132 31 22 122 51
Binary 10111110 1000101 10011 0 1000000 1011010 11001 10010 1010010 101001

Color Harmonies of #BE4513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4513

Black with #BE4513

Text Example


Text Example

White with #BE4513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4513; }

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

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

background-color css

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

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

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

border-color css

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

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

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