Html Css Color HEX #B95112 Rust

📋 copy color: '#B95112'

red 185 ◦ green 81 ◦ blue 18

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

Shades of Rust #B95112

Tints of Rust #B95112

RGB

 RED value IS 185 (72.66% from 255) = 65.14%

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

 BLUE value IS 18 (7.42% from 255) = 6.34%

R = 65.14%
G = 28.52%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B95112 (or 0xB95112) is known color: Rust. HEX triplet: B9, 51 and 12. RGB value is (185,81,18). Sum of RGB (Red+Green+Blue) = 185+81+18=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B95112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95112 is #46AEED. Grayscale: #696969. Windows color (decimal): -4632302 or 1200569. OLE color: 1200569.

HSL color Cylindrical-coordinate representation of color #B95112: hue angle of 22.63º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B95112 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 81 18 -
CMYK 0 0.56 0.90 0.27
HSL 22.63º 0.82% 0.4% -
HSV(B) 22.63º 0.9% 0.73% -
XYZ 23.06 16.24 2.49 -
YUV 104.91 78.96 185.12 -
System Red Green Blue C M Y K H S L
Decimal 185 81 18 0 0.56 0.90 0.27 22.63 0.82 0.4
Hex B9 51 12 0 38 5A 1B 17 52 28
Octal 271 121 22 0 70 132 33 27 122 50
Binary 10111001 1010001 10010 0 111000 1011010 11011 10111 1010010 101000

Color Harmonies of #B95112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95112

Black with #B95112

Text Example


Text Example

White with #B95112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95112; }

 p { color: rgb(185,81,18); }

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

background-color css

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

 a { background-color: rgb(185,81,18); }

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

border-color css

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

 span { border-color: rgb(185,81,18); }

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