Html Css Color HEX #B95717 Rust

📋 copy color: '#B95717'

red 185 ◦ green 87 ◦ blue 23

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

Shades of Rust #B95717

Tints of Rust #B95717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.8%

R = 62.71%
G = 29.49%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B95717 (or 0xB95717) is known color: Rust. HEX triplet: B9, 57 and 17. RGB value is (185,87,23). Sum of RGB (Red+Green+Blue) = 185+87+23=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B95717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95717 is #46A8E8. Grayscale: #6D6D6D. Windows color (decimal): -4630761 or 1529785. OLE color: 1529785.

HSL color Cylindrical-coordinate representation of color #B95717: hue angle of 23.7º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B95717 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 87 23 -
CMYK 0 0.53 0.88 0.27
HSL 23.7º 0.78% 0.41% -
HSV(B) 23.7º 0.88% 0.73% -
XYZ 23.57 17.19 2.89 -
YUV 109.01 79.47 182.2 -
System Red Green Blue C M Y K H S L
Decimal 185 87 23 0 0.53 0.88 0.27 23.7 0.78 0.41
Hex B9 57 17 0 35 58 1B 18 4E 29
Octal 271 127 27 0 65 130 33 30 116 51
Binary 10111001 1010111 10111 0 110101 1011000 11011 11000 1001110 101001

Color Harmonies of #B95717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95717

Black with #B95717

Text Example


Text Example

White with #B95717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95717; }

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

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

background-color css

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

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

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

border-color css

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

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

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