Html Css Color HEX #B0471A Rust

📋 copy color: '#B0471A'

red 176 ◦ green 71 ◦ blue 26

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

Shades of Rust #B0471A

Tints of Rust #B0471A

RGB

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

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

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

R = 64.47%
G = 26.01%
B = 9.52%

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

#B0471A (or 0xB0471A) is known color: Rust. HEX triplet: B0, 47 and 1A. RGB value is (176,71,26). Sum of RGB (Red+Green+Blue) = 176+71+26=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B0471A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0471A is #4FB8E5. Grayscale: #616161. Windows color (decimal): -5224678 or 1722288. OLE color: 1722288.

HSL color Cylindrical-coordinate representation of color #B0471A: hue angle of 18º degrees, saturation: 0.74, 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 #B0471A is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 71 26 -
CMYK 0 0.60 0.85 0.31
HSL 18º 0.74% 0.4% -
HSV(B) 18º 0.85% 0.69% -
XYZ 20.34 13.81 2.57 -
YUV 97.27 87.79 184.16 -
System Red Green Blue C M Y K H S L
Decimal 176 71 26 0 0.60 0.85 0.31 18 0.74 0.4
Hex B0 47 1A 0 3C 55 1F 12 4A 28
Octal 260 107 32 0 74 125 37 22 112 50
Binary 10110000 1000111 11010 0 111100 1010101 11111 10010 1001010 101000

Color Harmonies of #B0471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0471A

Black with #B0471A

Text Example


Text Example

White with #B0471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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