Html Css Color HEX #BE551A Rust

📋 copy color: '#BE551A'

red 190 ◦ green 85 ◦ blue 26

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

Shades of Rust #BE551A

Tints of Rust #BE551A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.24%

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

R = 63.12%
G = 28.24%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE551A (or 0xBE551A) is known color: Rust. HEX triplet: BE, 55 and 1A. RGB value is (190,85,26). Sum of RGB (Red+Green+Blue) = 190+85+26=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE551A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE551A is #41AAE5. Grayscale: #6E6E6E. Windows color (decimal): -4303590 or 1725886. OLE color: 1725886.

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

Color convert

RGB 190 85 26 -
CMYK 0 0.55 0.86 0.25
HSL 21.59º 0.76% 0.42% -
HSV(B) 21.59º 0.86% 0.75% -
XYZ 24.67 17.52 3.06 -
YUV 109.67 80.79 185.3 -
System Red Green Blue C M Y K H S L
Decimal 190 85 26 0 0.55 0.86 0.25 21.59 0.76 0.42
Hex BE 55 1A 0 37 56 19 16 4C 2A
Octal 276 125 32 0 67 126 31 26 114 52
Binary 10111110 1010101 11010 0 110111 1010110 11001 10110 1001100 101010

Color Harmonies of #BE551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE551A

Black with #BE551A

Text Example


Text Example

White with #BE551A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE551A; }

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

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

background-color css

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

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

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

border-color css

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

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

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