Html Css Color HEX #B1471D Rust

📋 copy color: '#B1471D'

red 177 ◦ green 71 ◦ blue 29

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

Shades of Rust #B1471D

Tints of Rust #B1471D

RGB

 RED value IS 177 (69.53% from 255) = 63.9%

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

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

R = 63.9%
G = 25.63%
B = 10.47%

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

#B1471D (or 0xB1471D) is known color: Rust. HEX triplet: B1, 47 and 1D. RGB value is (177,71,29). Sum of RGB (Red+Green+Blue) = 177+71+29=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B1471D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1471D is #4EB8E2. Grayscale: #626262. Windows color (decimal): -5159139 or 1918897. OLE color: 1918897.

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

Color convert

RGB 177 71 29 -
CMYK 0 0.60 0.84 0.31
HSL 17.03º 0.72% 0.4% -
HSV(B) 17.03º 0.84% 0.69% -
XYZ 20.61 13.94 2.77 -
YUV 97.91 89.12 184.42 -
System Red Green Blue C M Y K H S L
Decimal 177 71 29 0 0.60 0.84 0.31 17.03 0.72 0.4
Hex B1 47 1D 0 3C 54 1F 11 48 28
Octal 261 107 35 0 74 124 37 21 110 50
Binary 10110001 1000111 11101 0 111100 1010100 11111 10001 1001000 101000

Color Harmonies of #B1471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1471D

Black with #B1471D

Text Example


Text Example

White with #B1471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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