Html Css Color HEX #BE401B Rust

📋 copy color: '#BE401B'

red 190 ◦ green 64 ◦ blue 27

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

Shades of Rust #BE401B

Tints of Rust #BE401B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.61%

R = 67.62%
G = 22.78%
B = 9.61%

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

#BE401B (or 0xBE401B) is known color: Rust. HEX triplet: BE, 40 and 1B. RGB value is (190,64,27). Sum of RGB (Red+Green+Blue) = 190+64+27=281 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.62% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 190 - color contains mainly: red. Hex color #BE401B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE401B is #41BFE4. Grayscale: #616161. Windows color (decimal): -4308965 or 1786046. OLE color: 1786046.

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

Color convert

RGB 190 64 27 -
CMYK 0 0.66 0.86 0.25
HSL 13.62º 0.75% 0.43% -
HSV(B) 13.62º 0.86% 0.75% -
XYZ 23.27 14.69 2.65 -
YUV 97.46 88.24 194.01 -
System Red Green Blue C M Y K H S L
Decimal 190 64 27 0 0.66 0.86 0.25 13.62 0.75 0.43
Hex BE 40 1B 0 42 56 19 E 4B 2B
Octal 276 100 33 0 102 126 31 16 113 53
Binary 10111110 1000000 11011 0 1000010 1010110 11001 1110 1001011 101011

Color Harmonies of #BE401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE401B

Black with #BE401B

Text Example


Text Example

White with #BE401B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE401B; }

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

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

background-color css

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

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

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

border-color css

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

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

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