Html Css Color HEX #B1471E Rust

📋 copy color: '#B1471E'

red 177 ◦ green 71 ◦ blue 30

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

Shades of Rust #B1471E

Tints of Rust #B1471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.79%

R = 63.67%
G = 25.54%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B1471E (or 0xB1471E) is known color: Rust. HEX triplet: B1, 47 and 1E. RGB value is (177,71,30). Sum of RGB (Red+Green+Blue) = 177+71+30=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B1471E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1471E is #4EB8E1. Grayscale: #626262. Windows color (decimal): -5159138 or 1984433. OLE color: 1984433.

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

Color convert

RGB 177 71 30 -
CMYK 0 0.60 0.83 0.31
HSL 16.73º 0.71% 0.41% -
HSV(B) 16.73º 0.83% 0.69% -
XYZ 20.62 13.95 2.83 -
YUV 98.02 89.62 184.33 -
System Red Green Blue C M Y K H S L
Decimal 177 71 30 0 0.60 0.83 0.31 16.73 0.71 0.41
Hex B1 47 1E 0 3C 53 1F 11 47 29
Octal 261 107 36 0 74 123 37 21 107 51
Binary 10110001 1000111 11110 0 111100 1010011 11111 10001 1000111 101001

Color Harmonies of #B1471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1471E

Black with #B1471E

Text Example


Text Example

White with #B1471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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