Html Css Color HEX #B8510A Rust

📋 copy color: '#B8510A'

red 184 ◦ green 81 ◦ blue 10

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

Shades of Rust #B8510A

Tints of Rust #B8510A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.64%

R = 66.91%
G = 29.45%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B8510A (or 0xB8510A) is known color: Rust. HEX triplet: B8, 51 and 0A. RGB value is (184,81,10). Sum of RGB (Red+Green+Blue) = 184+81+10=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B8510A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8510A is #47AEF5. Grayscale: #686868. Windows color (decimal): -4697846 or 676280. OLE color: 676280.

HSL color Cylindrical-coordinate representation of color #B8510A: hue angle of 24.48º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B8510A is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 81 10 -
CMYK 0 0.56 0.95 0.28
HSL 24.48º 0.9% 0.38% -
HSV(B) 24.48º 0.95% 0.72% -
XYZ 22.76 16.1 2.19 -
YUV 103.7 75.12 185.27 -
System Red Green Blue C M Y K H S L
Decimal 184 81 10 0 0.56 0.95 0.28 24.48 0.9 0.38
Hex B8 51 A 0 38 5F 1C 18 5A 26
Octal 270 121 12 0 70 137 34 30 132 46
Binary 10111000 1010001 1010 0 111000 1011111 11100 11000 1011010 100110

Color Harmonies of #B8510A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8510A

Black with #B8510A

Text Example


Text Example

White with #B8510A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8510A; }

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

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

background-color css

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

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

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

border-color css

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

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

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