Html Css Color HEX #B95810 Rust

📋 copy color: '#B95810'

red 185 ◦ green 88 ◦ blue 16

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

Shades of Rust #B95810

Tints of Rust #B95810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.54%

R = 64.01%
G = 30.45%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B95810 (or 0xB95810) is known color: Rust. HEX triplet: B9, 58 and 10. RGB value is (185,88,16). Sum of RGB (Red+Green+Blue) = 185+88+16=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B95810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95810 is #46A7EF. Grayscale: #6D6D6D. Windows color (decimal): -4630512 or 1071289. OLE color: 1071289.

HSL color Cylindrical-coordinate representation of color #B95810: hue angle of 25.56º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B95810 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 88 16 -
CMYK 0 0.52 0.91 0.27
HSL 25.56º 0.84% 0.39% -
HSV(B) 25.56º 0.91% 0.73% -
XYZ 23.59 17.33 2.59 -
YUV 108.8 75.64 182.35 -
System Red Green Blue C M Y K H S L
Decimal 185 88 16 0 0.52 0.91 0.27 25.56 0.84 0.39
Hex B9 58 10 0 34 5B 1B 1A 54 27
Octal 271 130 20 0 64 133 33 32 124 47
Binary 10111001 1011000 10000 0 110100 1011011 11011 11010 1010100 100111

Color Harmonies of #B95810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95810

Black with #B95810

Text Example


Text Example

White with #B95810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95810; }

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

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

background-color css

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

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

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

border-color css

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

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

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