Html Css Color HEX #B5471C Rust

📋 copy color: '#B5471C'

red 181 ◦ green 71 ◦ blue 28

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

Shades of Rust #B5471C

Tints of Rust #B5471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10%

R = 64.64%
G = 25.36%
B = 10%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B5471C (or 0xB5471C) is known color: Rust. HEX triplet: B5, 47 and 1C. RGB value is (181,71,28). Sum of RGB (Red+Green+Blue) = 181+71+28=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B5471C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5471C is #4AB8E3. Grayscale: #636363. Windows color (decimal): -4896996 or 1853365. OLE color: 1853365.

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

Color convert

RGB 181 71 28 -
CMYK 0 0.61 0.85 0.29
HSL 16.86º 0.73% 0.41% -
HSV(B) 16.86º 0.85% 0.71% -
XYZ 21.52 14.41 2.75 -
YUV 98.99 87.94 186.5 -
System Red Green Blue C M Y K H S L
Decimal 181 71 28 0 0.61 0.85 0.29 16.86 0.73 0.41
Hex B5 47 1C 0 3D 55 1D 11 49 29
Octal 265 107 34 0 75 125 35 21 111 51
Binary 10110101 1000111 11100 0 111101 1010101 11101 10001 1001001 101001

Color Harmonies of #B5471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5471C

Black with #B5471C

Text Example


Text Example

White with #B5471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5471C; }

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

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

background-color css

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

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

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

border-color css

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

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

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