Html Css Color HEX #BE471A Rust

📋 copy color: '#BE471A'

red 190 ◦ green 71 ◦ blue 26

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

Shades of Rust #BE471A

Tints of Rust #BE471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.74%

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

R = 66.2%
G = 24.74%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE471A (or 0xBE471A) is known color: Rust. HEX triplet: BE, 47 and 1A. RGB value is (190,71,26). Sum of RGB (Red+Green+Blue) = 190+71+26=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE471A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE471A is #41B8E5. Grayscale: #656565. Windows color (decimal): -4307174 or 1722302. OLE color: 1722302.

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

Color convert

RGB 190 71 26 -
CMYK 0 0.63 0.86 0.25
HSL 16.46º 0.76% 0.42% -
HSV(B) 16.46º 0.86% 0.75% -
XYZ 23.67 15.53 2.73 -
YUV 101.45 85.42 191.16 -
System Red Green Blue C M Y K H S L
Decimal 190 71 26 0 0.63 0.86 0.25 16.46 0.76 0.42
Hex BE 47 1A 0 3F 56 19 10 4C 2A
Octal 276 107 32 0 77 126 31 20 114 52
Binary 10111110 1000111 11010 0 111111 1010110 11001 10000 1001100 101010

Color Harmonies of #BE471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE471A

Black with #BE471A

Text Example


Text Example

White with #BE471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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