Html Css Color HEX #B8511B Rust

📋 copy color: '#B8511B'

red 184 ◦ green 81 ◦ blue 27

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

Shades of Rust #B8511B

Tints of Rust #B8511B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.74%

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

R = 63.01%
G = 27.74%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8511B (or 0xB8511B) is known color: Rust. HEX triplet: B8, 51 and 1B. RGB value is (184,81,27). Sum of RGB (Red+Green+Blue) = 184+81+27=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B8511B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8511B is #47AEE4. Grayscale: #696969. Windows color (decimal): -4697829 or 1790392. OLE color: 1790392.

HSL color Cylindrical-coordinate representation of color #B8511B: hue angle of 20.64º 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 #B8511B is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 81 27 -
CMYK 0 0.56 0.85 0.28
HSL 20.64º 0.74% 0.41% -
HSV(B) 20.64º 0.85% 0.72% -
XYZ 22.91 16.15 2.95 -
YUV 105.64 83.62 183.89 -
System Red Green Blue C M Y K H S L
Decimal 184 81 27 0 0.56 0.85 0.28 20.64 0.74 0.41
Hex B8 51 1B 0 38 55 1C 15 4A 29
Octal 270 121 33 0 70 125 34 25 112 51
Binary 10111000 1010001 11011 0 111000 1010101 11100 10101 1001010 101001

Color Harmonies of #B8511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8511B

Black with #B8511B

Text Example


Text Example

White with #B8511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8511B; }

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

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

background-color css

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

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

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

border-color css

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

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

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