Html Css Color HEX #B1471C Rust

📋 copy color: '#B1471C'

red 177 ◦ green 71 ◦ blue 28

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

Shades of Rust #B1471C

Tints of Rust #B1471C

RGB

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

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

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

R = 64.13%
G = 25.72%
B = 10.14%

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

#B1471C (or 0xB1471C) is known color: Rust. HEX triplet: B1, 47 and 1C. RGB value is (177,71,28). Sum of RGB (Red+Green+Blue) = 177+71+28=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B1471C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1471C is #4EB8E3. Grayscale: #626262. Windows color (decimal): -5159140 or 1853361. OLE color: 1853361.

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

Color convert

RGB 177 71 28 -
CMYK 0 0.60 0.84 0.31
HSL 17.32º 0.73% 0.4% -
HSV(B) 17.32º 0.84% 0.69% -
XYZ 20.59 13.94 2.7 -
YUV 97.79 88.62 184.5 -
System Red Green Blue C M Y K H S L
Decimal 177 71 28 0 0.60 0.84 0.31 17.32 0.73 0.4
Hex B1 47 1C 0 3C 54 1F 11 49 28
Octal 261 107 34 0 74 124 37 21 111 50
Binary 10110001 1000111 11100 0 111100 1010100 11111 10001 1001001 101000

Color Harmonies of #B1471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1471C

Black with #B1471C

Text Example


Text Example

White with #B1471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1471C; }

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

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

background-color css

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

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

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

border-color css

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

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

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