Html Css Color HEX #BE531A Rust

📋 copy color: '#BE531A'

red 190 ◦ green 83 ◦ blue 26

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

Shades of Rust #BE531A

Tints of Rust #BE531A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.76%

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

R = 63.55%
G = 27.76%
B = 8.7%

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

#BE531A (or 0xBE531A) is known color: Rust. HEX triplet: BE, 53 and 1A. RGB value is (190,83,26). Sum of RGB (Red+Green+Blue) = 190+83+26=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE531A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE531A is #41ACE5. Grayscale: #6C6C6C. Windows color (decimal): -4304102 or 1725374. OLE color: 1725374.

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

Color convert

RGB 190 83 26 -
CMYK 0 0.56 0.86 0.25
HSL 20.85º 0.76% 0.42% -
HSV(B) 20.85º 0.86% 0.75% -
XYZ 24.51 17.21 3.01 -
YUV 108.5 81.45 186.13 -
System Red Green Blue C M Y K H S L
Decimal 190 83 26 0 0.56 0.86 0.25 20.85 0.76 0.42
Hex BE 53 1A 0 38 56 19 15 4C 2A
Octal 276 123 32 0 70 126 31 25 114 52
Binary 10111110 1010011 11010 0 111000 1010110 11001 10101 1001100 101010

Color Harmonies of #BE531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE531A

Black with #BE531A

Text Example


Text Example

White with #BE531A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE531A; }

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

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

background-color css

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

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

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

border-color css

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

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

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