Html Css Color HEX #B95713 Rust

📋 copy color: '#B95713'

red 185 ◦ green 87 ◦ blue 19

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

Shades of Rust #B95713

Tints of Rust #B95713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.9%

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

R = 63.57%
G = 29.9%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B95713 (or 0xB95713) is known color: Rust. HEX triplet: B9, 57 and 13. RGB value is (185,87,19). Sum of RGB (Red+Green+Blue) = 185+87+19=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B95713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95713 is #46A8EC. Grayscale: #6C6C6C. Windows color (decimal): -4630765 or 1267641. OLE color: 1267641.

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

Color convert

RGB 185 87 19 -
CMYK 0 0.53 0.90 0.27
HSL 24.58º 0.81% 0.4% -
HSV(B) 24.58º 0.9% 0.73% -
XYZ 23.53 17.18 2.69 -
YUV 108.55 77.47 182.53 -
System Red Green Blue C M Y K H S L
Decimal 185 87 19 0 0.53 0.90 0.27 24.58 0.81 0.4
Hex B9 57 13 0 35 5A 1B 19 51 28
Octal 271 127 23 0 65 132 33 31 121 50
Binary 10111001 1010111 10011 0 110101 1011010 11011 11001 1010001 101000

Color Harmonies of #B95713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95713

Black with #B95713

Text Example


Text Example

White with #B95713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95713; }

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

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

background-color css

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

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

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

border-color css

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

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

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