Html Css Color HEX #B0471B Rust

📋 copy color: '#B0471B'

red 176 ◦ green 71 ◦ blue 27

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

Shades of Rust #B0471B

Tints of Rust #B0471B

RGB

 RED value IS 176 (69.14% from 255) = 64.23%

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

 BLUE value IS 27 (10.94% from 255) = 9.85%

R = 64.23%
G = 25.91%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0471B (or 0xB0471B) is known color: Rust. HEX triplet: B0, 47 and 1B. RGB value is (176,71,27). Sum of RGB (Red+Green+Blue) = 176+71+27=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B0471B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0471B is #4FB8E4. Grayscale: #616161. Windows color (decimal): -5224677 or 1787824. OLE color: 1787824.

HSL color Cylindrical-coordinate representation of color #B0471B: hue angle of 17.72º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0471B is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 71 27 -
CMYK 0 0.60 0.85 0.31
HSL 17.72º 0.73% 0.4% -
HSV(B) 17.72º 0.85% 0.69% -
XYZ 20.36 13.82 2.63 -
YUV 97.38 88.29 184.08 -
System Red Green Blue C M Y K H S L
Decimal 176 71 27 0 0.60 0.85 0.31 17.72 0.73 0.4
Hex B0 47 1B 0 3C 55 1F 12 49 28
Octal 260 107 33 0 74 125 37 22 111 50
Binary 10110000 1000111 11011 0 111100 1010101 11111 10010 1001001 101000

Color Harmonies of #B0471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0471B

Black with #B0471B

Text Example


Text Example

White with #B0471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0471B; }

 p { color: rgb(176,71,27); }

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

background-color css

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

 a { background-color: rgb(176,71,27); }

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

border-color css

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

 span { border-color: rgb(176,71,27); }

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