Html Css Color HEX #B5471A Rust

📋 copy color: '#B5471A'

red 181 ◦ green 71 ◦ blue 26

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

Shades of Rust #B5471A

Tints of Rust #B5471A

RGB

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

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

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

R = 65.11%
G = 25.54%
B = 9.35%

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

#B5471A (or 0xB5471A) is known color: Rust. HEX triplet: B5, 47 and 1A. RGB value is (181,71,26). Sum of RGB (Red+Green+Blue) = 181+71+26=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B5471A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5471A is #4AB8E5. Grayscale: #636363. Windows color (decimal): -4896998 or 1722293. OLE color: 1722293.

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

Color convert

RGB 181 71 26 -
CMYK 0 0.61 0.86 0.29
HSL 17.42º 0.75% 0.41% -
HSV(B) 17.42º 0.86% 0.71% -
XYZ 21.5 14.4 2.62 -
YUV 98.76 86.94 186.66 -
System Red Green Blue C M Y K H S L
Decimal 181 71 26 0 0.61 0.86 0.29 17.42 0.75 0.41
Hex B5 47 1A 0 3D 56 1D 11 4B 29
Octal 265 107 32 0 75 126 35 21 113 51
Binary 10110101 1000111 11010 0 111101 1010110 11101 10001 1001011 101001

Color Harmonies of #B5471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5471A

Black with #B5471A

Text Example


Text Example

White with #B5471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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