Html Css Color HEX #BE4416 Rust

📋 copy color: '#BE4416'

red 190 ◦ green 68 ◦ blue 22

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

Shades of Rust #BE4416

Tints of Rust #BE4416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.29%

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

R = 67.86%
G = 24.29%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BE4416 (or 0xBE4416) is known color: Rust. HEX triplet: BE, 44 and 16. RGB value is (190,68,22). Sum of RGB (Red+Green+Blue) = 190+68+22=280 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.86% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4416 is #41BBE9. Grayscale: #636363. Windows color (decimal): -4307946 or 1459390. OLE color: 1459390.

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

Color convert

RGB 190 68 22 -
CMYK 0 0.64 0.88 0.25
HSL 16.43º 0.79% 0.42% -
HSV(B) 16.43º 0.88% 0.75% -
XYZ 23.45 15.14 2.45 -
YUV 99.23 84.42 192.74 -
System Red Green Blue C M Y K H S L
Decimal 190 68 22 0 0.64 0.88 0.25 16.43 0.79 0.42
Hex BE 44 16 0 40 58 19 10 4F 2A
Octal 276 104 26 0 100 130 31 20 117 52
Binary 10111110 1000100 10110 0 1000000 1011000 11001 10000 1001111 101010

Color Harmonies of #BE4416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4416

Black with #BE4416

Text Example


Text Example

White with #BE4416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4416; }

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

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

background-color css

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

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

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

border-color css

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

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

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