Html Css Color HEX #B95813 Rust

📋 copy color: '#B95813'

red 185 ◦ green 88 ◦ blue 19

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

Shades of Rust #B95813

Tints of Rust #B95813

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.14%

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

R = 63.36%
G = 30.14%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B95813 (or 0xB95813) is known color: Rust. HEX triplet: B9, 58 and 13. RGB value is (185,88,19). Sum of RGB (Red+Green+Blue) = 185+88+19=292 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.36% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 185 - color contains mainly: red. Hex color #B95813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95813 is #46A7EC. Grayscale: #6D6D6D. Windows color (decimal): -4630509 or 1267897. OLE color: 1267897.

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

Color convert

RGB 185 88 19 -
CMYK 0 0.52 0.90 0.27
HSL 24.94º 0.81% 0.4% -
HSV(B) 24.94º 0.9% 0.73% -
XYZ 23.61 17.34 2.72 -
YUV 109.14 77.14 182.11 -
System Red Green Blue C M Y K H S L
Decimal 185 88 19 0 0.52 0.90 0.27 24.94 0.81 0.4
Hex B9 58 13 0 34 5A 1B 19 51 28
Octal 271 130 23 0 64 132 33 31 121 50
Binary 10111001 1011000 10011 0 110100 1011010 11011 11001 1010001 101000

Color Harmonies of #B95813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95813

Black with #B95813

Text Example


Text Example

White with #B95813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95813; }

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

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

background-color css

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

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

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

border-color css

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

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

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