Html Css Color HEX #B95113 Rust

📋 copy color: '#B95113'

red 185 ◦ green 81 ◦ blue 19

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

Shades of Rust #B95113

Tints of Rust #B95113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.67%

R = 64.91%
G = 28.42%
B = 6.67%

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

#B95113 (or 0xB95113) is known color: Rust. HEX triplet: B9, 51 and 13. RGB value is (185,81,19). Sum of RGB (Red+Green+Blue) = 185+81+19=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B95113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95113 is #46AEEC. Grayscale: #696969. Windows color (decimal): -4632301 or 1266105. OLE color: 1266105.

HSL color Cylindrical-coordinate representation of color #B95113: hue angle of 22.41º degrees, saturation: 0.81, 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 #B95113 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 81 19 -
CMYK 0 0.56 0.90 0.27
HSL 22.41º 0.81% 0.4% -
HSV(B) 22.41º 0.9% 0.73% -
XYZ 23.07 16.25 2.54 -
YUV 105.03 79.46 185.04 -
System Red Green Blue C M Y K H S L
Decimal 185 81 19 0 0.56 0.90 0.27 22.41 0.81 0.4
Hex B9 51 13 0 38 5A 1B 16 51 28
Octal 271 121 23 0 70 132 33 26 121 50
Binary 10111001 1010001 10011 0 111000 1011010 11011 10110 1010001 101000

Color Harmonies of #B95113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95113

Black with #B95113

Text Example


Text Example

White with #B95113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95113; }

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

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

background-color css

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

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

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

border-color css

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

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

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