Html Css Color HEX #BE541A Rust

📋 copy color: '#BE541A'

red 190 ◦ green 84 ◦ blue 26

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

Shades of Rust #BE541A

Tints of Rust #BE541A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28%

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

R = 63.33%
G = 28%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE541A (or 0xBE541A) is known color: Rust. HEX triplet: BE, 54 and 1A. RGB value is (190,84,26). Sum of RGB (Red+Green+Blue) = 190+84+26=300 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.33% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 190 - color contains mainly: red. Hex color #BE541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE541A is #41ABE5. Grayscale: #6D6D6D. Windows color (decimal): -4303846 or 1725630. OLE color: 1725630.

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

Color convert

RGB 190 84 26 -
CMYK 0 0.56 0.86 0.25
HSL 21.22º 0.76% 0.42% -
HSV(B) 21.22º 0.86% 0.75% -
XYZ 24.59 17.36 3.03 -
YUV 109.08 81.12 185.72 -
System Red Green Blue C M Y K H S L
Decimal 190 84 26 0 0.56 0.86 0.25 21.22 0.76 0.42
Hex BE 54 1A 0 38 56 19 15 4C 2A
Octal 276 124 32 0 70 126 31 25 114 52
Binary 10111110 1010100 11010 0 111000 1010110 11001 10101 1001100 101010

Color Harmonies of #BE541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE541A

Black with #BE541A

Text Example


Text Example

White with #BE541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE541A; }

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

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

background-color css

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

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

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

border-color css

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

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

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