Html Css Color HEX #B0471D Rust

📋 copy color: '#B0471D'

red 176 ◦ green 71 ◦ blue 29

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

Shades of Rust #B0471D

Tints of Rust #B0471D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.51%

R = 63.77%
G = 25.72%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0471D (or 0xB0471D) is known color: Rust. HEX triplet: B0, 47 and 1D. RGB value is (176,71,29). Sum of RGB (Red+Green+Blue) = 176+71+29=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B0471D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0471D is #4FB8E2. Grayscale: #616161. Windows color (decimal): -5224675 or 1918896. OLE color: 1918896.

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

Color convert

RGB 176 71 29 -
CMYK 0 0.60 0.84 0.31
HSL 17.14º 0.72% 0.4% -
HSV(B) 17.14º 0.84% 0.69% -
XYZ 20.38 13.83 2.76 -
YUV 97.61 89.29 183.92 -
System Red Green Blue C M Y K H S L
Decimal 176 71 29 0 0.60 0.84 0.31 17.14 0.72 0.4
Hex B0 47 1D 0 3C 54 1F 11 48 28
Octal 260 107 35 0 74 124 37 21 110 50
Binary 10110000 1000111 11101 0 111100 1010100 11111 10001 1001000 101000

Color Harmonies of #B0471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0471D

Black with #B0471D

Text Example


Text Example

White with #B0471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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