Html Css Color HEX #B8471B Rust

📋 copy color: '#B8471B'

red 184 ◦ green 71 ◦ blue 27

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

Shades of Rust #B8471B

Tints of Rust #B8471B

RGB

 RED value IS 184 (72.27% from 255) = 65.25%

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

 BLUE value IS 27 (10.94% from 255) = 9.57%

R = 65.25%
G = 25.18%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8471B (or 0xB8471B) is known color: Rust. HEX triplet: B8, 47 and 1B. RGB value is (184,71,27). Sum of RGB (Red+Green+Blue) = 184+71+27=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B8471B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8471B is #47B8E4. Grayscale: #646464. Windows color (decimal): -4700389 or 1787832. OLE color: 1787832.

HSL color Cylindrical-coordinate representation of color #B8471B: hue angle of 16.82º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8471B is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 71 27 -
CMYK 0 0.61 0.85 0.28
HSL 16.82º 0.74% 0.41% -
HSV(B) 16.82º 0.85% 0.72% -
XYZ 22.22 14.78 2.72 -
YUV 99.77 86.94 188.08 -
System Red Green Blue C M Y K H S L
Decimal 184 71 27 0 0.61 0.85 0.28 16.82 0.74 0.41
Hex B8 47 1B 0 3D 55 1C 11 4A 29
Octal 270 107 33 0 75 125 34 21 112 51
Binary 10111000 1000111 11011 0 111101 1010101 11100 10001 1001010 101001

Color Harmonies of #B8471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8471B

Black with #B8471B

Text Example


Text Example

White with #B8471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8471B; }

 p { color: rgb(184,71,27); }

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

background-color css

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

 a { background-color: rgb(184,71,27); }

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

border-color css

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

 span { border-color: rgb(184,71,27); }

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