Html Css Color HEX #BE401E Rust

📋 copy color: '#BE401E'

red 190 ◦ green 64 ◦ blue 30

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

Shades of Rust #BE401E

Tints of Rust #BE401E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.54%

 BLUE value IS 30 (12.11% from 255) = 10.56%

R = 66.9%
G = 22.54%
B = 10.56%

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

#BE401E (or 0xBE401E) is known color: Rust. HEX triplet: BE, 40 and 1E. RGB value is (190,64,30). Sum of RGB (Red+Green+Blue) = 190+64+30=284 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.90% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 190 - color contains mainly: red. Hex color #BE401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE401E is #41BFE1. Grayscale: #626262. Windows color (decimal): -4308962 or 1982654. OLE color: 1982654.

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

Color convert

RGB 190 64 30 -
CMYK 0 0.66 0.84 0.25
HSL 12.75º 0.73% 0.43% -
HSV(B) 12.75º 0.84% 0.75% -
XYZ 23.3 14.71 2.84 -
YUV 97.8 89.74 193.76 -
System Red Green Blue C M Y K H S L
Decimal 190 64 30 0 0.66 0.84 0.25 12.75 0.73 0.43
Hex BE 40 1E 0 42 54 19 D 49 2B
Octal 276 100 36 0 102 124 31 15 111 53
Binary 10111110 1000000 11110 0 1000010 1010100 11001 1101 1001001 101011

Color Harmonies of #BE401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE401E

Black with #BE401E

Text Example


Text Example

White with #BE401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE401E; }

 p { color: rgb(190,64,30); }

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

background-color css

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

 a { background-color: rgb(190,64,30); }

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

border-color css

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

 span { border-color: rgb(190,64,30); }

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