Html Css Color HEX #BE411F Rust

📋 copy color: '#BE411F'

red 190 ◦ green 65 ◦ blue 31

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

Shades of Rust #BE411F

Tints of Rust #BE411F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.84%

R = 66.43%
G = 22.73%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE411F (or 0xBE411F) is known color: Rust. HEX triplet: BE, 41 and 1F. RGB value is (190,65,31). Sum of RGB (Red+Green+Blue) = 190+65+31=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE411F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE411F is #41BEE0. Grayscale: #626262. Windows color (decimal): -4308705 or 2048446. OLE color: 2048446.

HSL color Cylindrical-coordinate representation of color #BE411F: hue angle of 12.83º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE411F is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 65 31 -
CMYK 0 0.66 0.84 0.25
HSL 12.83º 0.72% 0.43% -
HSV(B) 12.83º 0.84% 0.75% -
XYZ 23.37 14.83 2.93 -
YUV 98.5 89.91 193.26 -
System Red Green Blue C M Y K H S L
Decimal 190 65 31 0 0.66 0.84 0.25 12.83 0.72 0.43
Hex BE 41 1F 0 42 54 19 D 48 2B
Octal 276 101 37 0 102 124 31 15 110 53
Binary 10111110 1000001 11111 0 1000010 1010100 11001 1101 1001000 101011

Color Harmonies of #BE411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE411F

Black with #BE411F

Text Example


Text Example

White with #BE411F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE411F; }

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

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

background-color css

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

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

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

border-color css

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

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

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