Html Css Color HEX #BE401A Rust

📋 copy color: '#BE401A'

red 190 ◦ green 64 ◦ blue 26

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

Shades of Rust #BE401A

Tints of Rust #BE401A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.29%

R = 67.86%
G = 22.86%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE401A (or 0xBE401A) is known color: Rust. HEX triplet: BE, 40 and 1A. RGB value is (190,64,26). Sum of RGB (Red+Green+Blue) = 190+64+26=280 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.86% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 190 - color contains mainly: red. Hex color #BE401A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE401A is #41BFE5. Grayscale: #616161. Windows color (decimal): -4308966 or 1720510. OLE color: 1720510.

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

Color convert

RGB 190 64 26 -
CMYK 0 0.66 0.86 0.25
HSL 13.9º 0.76% 0.42% -
HSV(B) 13.9º 0.86% 0.75% -
XYZ 23.26 14.69 2.59 -
YUV 97.34 87.74 194.09 -
System Red Green Blue C M Y K H S L
Decimal 190 64 26 0 0.66 0.86 0.25 13.9 0.76 0.42
Hex BE 40 1A 0 42 56 19 E 4C 2A
Octal 276 100 32 0 102 126 31 16 114 52
Binary 10111110 1000000 11010 0 1000010 1010110 11001 1110 1001100 101010

Color Harmonies of #BE401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE401A

Black with #BE401A

Text Example


Text Example

White with #BE401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE401A; }

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

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

background-color css

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

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

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

border-color css

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

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

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