Html Css Color HEX #BE410B Rust

📋 copy color: '#BE410B'

red 190 ◦ green 65 ◦ blue 11

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

Shades of Rust #BE410B

Tints of Rust #BE410B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.44%

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

R = 71.43%
G = 24.44%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE410B (or 0xBE410B) is known color: Rust. HEX triplet: BE, 41 and 0B. RGB value is (190,65,11). Sum of RGB (Red+Green+Blue) = 190+65+11=266 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.43% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 190 - color contains mainly: red. Hex color #BE410B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE410B is #41BEF4. Grayscale: #606060. Windows color (decimal): -4308725 or 737726. OLE color: 737726.

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

Color convert

RGB 190 65 11 -
CMYK 0 0.66 0.94 0.25
HSL 18.1º 0.89% 0.39% -
HSV(B) 18.1º 0.94% 0.75% -
XYZ 23.19 14.75 1.94 -
YUV 96.22 79.91 194.89 -
System Red Green Blue C M Y K H S L
Decimal 190 65 11 0 0.66 0.94 0.25 18.1 0.89 0.39
Hex BE 41 B 0 42 5E 19 12 59 27
Octal 276 101 13 0 102 136 31 22 131 47
Binary 10111110 1000001 1011 0 1000010 1011110 11001 10010 1011001 100111

Color Harmonies of #BE410B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE410B

Black with #BE410B

Text Example


Text Example

White with #BE410B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE410B; }

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

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

background-color css

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

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

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

border-color css

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

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

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