Html Css Color HEX #BE4D0B Rust

📋 copy color: '#BE4D0B'

red 190 ◦ green 77 ◦ blue 11

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

Shades of Rust #BE4D0B

Tints of Rust #BE4D0B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.7%

 BLUE value IS 11 (4.69% from 255) = 3.96%

R = 68.35%
G = 27.7%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE4D0B (or 0xBE4D0B) is known color: Rust. HEX triplet: BE, 4D and 0B. RGB value is (190,77,11). Sum of RGB (Red+Green+Blue) = 190+77+11=278 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.35% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE4D0B is #41B2F4. Grayscale: #676767. Windows color (decimal): -4305653 or 740798. OLE color: 740798.

HSL color Cylindrical-coordinate representation of color #BE4D0B: hue angle of 22.12º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE4D0B is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 77 11 -
CMYK 0 0.59 0.94 0.25
HSL 22.12º 0.89% 0.39% -
HSV(B) 22.12º 0.94% 0.75% -
XYZ 23.95 16.28 2.2 -
YUV 103.26 75.94 189.87 -
System Red Green Blue C M Y K H S L
Decimal 190 77 11 0 0.59 0.94 0.25 22.12 0.89 0.39
Hex BE 4D B 0 3B 5E 19 16 59 27
Octal 276 115 13 0 73 136 31 26 131 47
Binary 10111110 1001101 1011 0 111011 1011110 11001 10110 1011001 100111

Color Harmonies of #BE4D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4D0B

Black with #BE4D0B

Text Example


Text Example

White with #BE4D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4D0B; }

 p { color: rgb(190,77,11); }

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

background-color css

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

 a { background-color: rgb(190,77,11); }

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

border-color css

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

 span { border-color: rgb(190,77,11); }

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