Html Css Color HEX #B5461A Rust

📋 copy color: '#B5461A'

red 181 ◦ green 70 ◦ blue 26

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

Shades of Rust #B5461A

Tints of Rust #B5461A

RGB

 RED value IS 181 (71.09% from 255) = 65.34%

 GREEN value IS 70 (27.73% from 255) = 25.27%

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

R = 65.34%
G = 25.27%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B5461A (or 0xB5461A) is known color: Rust. HEX triplet: B5, 46 and 1A. RGB value is (181,70,26). Sum of RGB (Red+Green+Blue) = 181+70+26=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B5461A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5461A is #4AB9E5. Grayscale: #626262. Windows color (decimal): -4897254 or 1722037. OLE color: 1722037.

HSL color Cylindrical-coordinate representation of color #B5461A: hue angle of 17.03º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5461A is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 70 26 -
CMYK 0 0.61 0.86 0.29
HSL 17.03º 0.75% 0.41% -
HSV(B) 17.03º 0.86% 0.71% -
XYZ 21.43 14.28 2.6 -
YUV 98.17 87.27 187.08 -
System Red Green Blue C M Y K H S L
Decimal 181 70 26 0 0.61 0.86 0.29 17.03 0.75 0.41
Hex B5 46 1A 0 3D 56 1D 11 4B 29
Octal 265 106 32 0 75 126 35 21 113 51
Binary 10110101 1000110 11010 0 111101 1010110 11101 10001 1001011 101001

Color Harmonies of #B5461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5461A

Black with #B5461A

Text Example


Text Example

White with #B5461A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5461A; }

 p { color: rgb(181,70,26); }

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

background-color css

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

 a { background-color: rgb(181,70,26); }

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

border-color css

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

 span { border-color: rgb(181,70,26); }

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