Html Css Color HEX #BE4816 Rust

📋 copy color: '#BE4816'

red 190 ◦ green 72 ◦ blue 22

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

Shades of Rust #BE4816

Tints of Rust #BE4816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.35%

 BLUE value IS 22 (8.98% from 255) = 7.75%

R = 66.9%
G = 25.35%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BE4816 (or 0xBE4816) is known color: Rust. HEX triplet: BE, 48 and 16. RGB value is (190,72,22). Sum of RGB (Red+Green+Blue) = 190+72+22=284 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.90% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4816 is #41B7E9. Grayscale: #656565. Windows color (decimal): -4306922 or 1460414. OLE color: 1460414.

HSL color Cylindrical-coordinate representation of color #BE4816: hue angle of 17.86º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE4816 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 72 22 -
CMYK 0 0.62 0.88 0.25
HSL 17.86º 0.79% 0.42% -
HSV(B) 17.86º 0.88% 0.75% -
XYZ 23.7 15.64 2.53 -
YUV 101.58 83.09 191.07 -
System Red Green Blue C M Y K H S L
Decimal 190 72 22 0 0.62 0.88 0.25 17.86 0.79 0.42
Hex BE 48 16 0 3E 58 19 12 4F 2A
Octal 276 110 26 0 76 130 31 22 117 52
Binary 10111110 1001000 10110 0 111110 1011000 11001 10010 1001111 101010

Color Harmonies of #BE4816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4816

Black with #BE4816

Text Example


Text Example

White with #BE4816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4816; }

 p { color: rgb(190,72,22); }

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

background-color css

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

 a { background-color: rgb(190,72,22); }

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

border-color css

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

 span { border-color: rgb(190,72,22); }

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