Html Css Color HEX #B95514 Rust

📋 copy color: '#B95514'

red 185 ◦ green 85 ◦ blue 20

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

Shades of Rust #B95514

Tints of Rust #B95514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

 BLUE value IS 20 (8.2% from 255) = 6.9%

R = 63.79%
G = 29.31%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B95514 (or 0xB95514) is known color: Rust. HEX triplet: B9, 55 and 14. RGB value is (185,85,20). Sum of RGB (Red+Green+Blue) = 185+85+20=290 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.79% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 185 - color contains mainly: red. Hex color #B95514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95514 is #46AAEB. Grayscale: #6B6B6B. Windows color (decimal): -4631276 or 1332665. OLE color: 1332665.

HSL color Cylindrical-coordinate representation of color #B95514: hue angle of 23.64º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B95514 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 85 20 -
CMYK 0 0.54 0.89 0.27
HSL 23.64º 0.8% 0.4% -
HSV(B) 23.64º 0.89% 0.73% -
XYZ 23.38 16.86 2.68 -
YUV 107.49 78.63 183.29 -
System Red Green Blue C M Y K H S L
Decimal 185 85 20 0 0.54 0.89 0.27 23.64 0.8 0.4
Hex B9 55 14 0 36 59 1B 18 50 28
Octal 271 125 24 0 66 131 33 30 120 50
Binary 10111001 1010101 10100 0 110110 1011001 11011 11000 1010000 101000

Color Harmonies of #B95514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95514

Black with #B95514

Text Example


Text Example

White with #B95514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95514; }

 p { color: rgb(185,85,20); }

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

background-color css

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

 a { background-color: rgb(185,85,20); }

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

border-color css

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

 span { border-color: rgb(185,85,20); }

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