Html Css Color HEX #B8471A Rust

📋 copy color: '#B8471A'

red 184 ◦ green 71 ◦ blue 26

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

Shades of Rust #B8471A

Tints of Rust #B8471A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.25%

R = 65.48%
G = 25.27%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B8471A (or 0xB8471A) is known color: Rust. HEX triplet: B8, 47 and 1A. RGB value is (184,71,26). Sum of RGB (Red+Green+Blue) = 184+71+26=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B8471A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8471A is #47B8E5. Grayscale: #636363. Windows color (decimal): -4700390 or 1722296. OLE color: 1722296.

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

Color convert

RGB 184 71 26 -
CMYK 0 0.61 0.86 0.28
HSL 17.09º 0.75% 0.41% -
HSV(B) 17.09º 0.86% 0.72% -
XYZ 22.21 14.77 2.66 -
YUV 99.66 86.44 188.16 -
System Red Green Blue C M Y K H S L
Decimal 184 71 26 0 0.61 0.86 0.28 17.09 0.75 0.41
Hex B8 47 1A 0 3D 56 1C 11 4B 29
Octal 270 107 32 0 75 126 34 21 113 51
Binary 10111000 1000111 11010 0 111101 1010110 11100 10001 1001011 101001

Color Harmonies of #B8471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8471A

Black with #B8471A

Text Example


Text Example

White with #B8471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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