Html Css Color HEX #B95714 Rust

📋 copy color: '#B95714'

red 185 ◦ green 87 ◦ blue 20

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

Shades of Rust #B95714

Tints of Rust #B95714

RGB

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

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

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

R = 63.36%
G = 29.79%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B95714 (or 0xB95714) is known color: Rust. HEX triplet: B9, 57 and 14. RGB value is (185,87,20). Sum of RGB (Red+Green+Blue) = 185+87+20=292 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.36% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 185 - color contains mainly: red. Hex color #B95714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95714 is #46A8EB. Grayscale: #6D6D6D. Windows color (decimal): -4630764 or 1333177. OLE color: 1333177.

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

Color convert

RGB 185 87 20 -
CMYK 0 0.53 0.89 0.27
HSL 24.36º 0.8% 0.4% -
HSV(B) 24.36º 0.89% 0.73% -
XYZ 23.54 17.18 2.74 -
YUV 108.66 77.97 182.45 -
System Red Green Blue C M Y K H S L
Decimal 185 87 20 0 0.53 0.89 0.27 24.36 0.8 0.4
Hex B9 57 14 0 35 59 1B 18 50 28
Octal 271 127 24 0 65 131 33 30 120 50
Binary 10111001 1010111 10100 0 110101 1011001 11011 11000 1010000 101000

Color Harmonies of #B95714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95714

Black with #B95714

Text Example


Text Example

White with #B95714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95714; }

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

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

background-color css

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

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

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

border-color css

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

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

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