Html Css Color HEX #B95014 Rust

📋 copy color: '#B95014'

red 185 ◦ green 80 ◦ blue 20

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

Shades of Rust #B95014

Tints of Rust #B95014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.07%

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

R = 64.91%
G = 28.07%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B95014 (or 0xB95014) is known color: Rust. HEX triplet: B9, 50 and 14. RGB value is (185,80,20). Sum of RGB (Red+Green+Blue) = 185+80+20=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B95014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95014 is #46AFEB. Grayscale: #686868. Windows color (decimal): -4632556 or 1331385. OLE color: 1331385.

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

Color convert

RGB 185 80 20 -
CMYK 0 0.57 0.89 0.27
HSL 21.82º 0.8% 0.4% -
HSV(B) 21.82º 0.89% 0.73% -
XYZ 23 16.1 2.56 -
YUV 104.56 80.29 185.38 -
System Red Green Blue C M Y K H S L
Decimal 185 80 20 0 0.57 0.89 0.27 21.82 0.8 0.4
Hex B9 50 14 0 39 59 1B 16 50 28
Octal 271 120 24 0 71 131 33 26 120 50
Binary 10111001 1010000 10100 0 111001 1011001 11011 10110 1010000 101000

Color Harmonies of #B95014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95014

Black with #B95014

Text Example


Text Example

White with #B95014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95014; }

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

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

background-color css

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

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

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

border-color css

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

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

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