Html Css Color HEX #B95414 Rust

📋 copy color: '#B95414'

red 185 ◦ green 84 ◦ blue 20

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

Shades of Rust #B95414

Tints of Rust #B95414

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.07%

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

R = 64.01%
G = 29.07%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B95414 (or 0xB95414) is known color: Rust. HEX triplet: B9, 54 and 14. RGB value is (185,84,20). Sum of RGB (Red+Green+Blue) = 185+84+20=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B95414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95414 is #46ABEB. Grayscale: #6B6B6B. Windows color (decimal): -4631532 or 1332409. OLE color: 1332409.

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

Color convert

RGB 185 84 20 -
CMYK 0 0.55 0.89 0.27
HSL 23.27º 0.8% 0.4% -
HSV(B) 23.27º 0.89% 0.73% -
XYZ 23.3 16.71 2.66 -
YUV 106.9 78.96 183.7 -
System Red Green Blue C M Y K H S L
Decimal 185 84 20 0 0.55 0.89 0.27 23.27 0.8 0.4
Hex B9 54 14 0 37 59 1B 17 50 28
Octal 271 124 24 0 67 131 33 27 120 50
Binary 10111001 1010100 10100 0 110111 1011001 11011 10111 1010000 101000

Color Harmonies of #B95414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95414

Black with #B95414

Text Example


Text Example

White with #B95414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95414; }

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

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

background-color css

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

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

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

border-color css

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

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

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