Html Css Color HEX #B94710 Rust

📋 copy color: '#B94710'

red 185 ◦ green 71 ◦ blue 16

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

Shades of Rust #B94710

Tints of Rust #B94710

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.1%

 BLUE value IS 16 (6.64% from 255) = 5.88%

R = 68.01%
G = 26.1%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B94710 (or 0xB94710) is known color: Rust. HEX triplet: B9, 47 and 10. RGB value is (185,71,16). Sum of RGB (Red+Green+Blue) = 185+71+16=272 (36% of max value = 765). Red value is 185 (72.66% from 255 or 68.01% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 185 - color contains mainly: red. Hex color #B94710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94710 is #46B8EF. Grayscale: #636363. Windows color (decimal): -4634864 or 1066937. OLE color: 1066937.

HSL color Cylindrical-coordinate representation of color #B94710: hue angle of 19.53º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B94710 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 71 16 -
CMYK 0 0.62 0.91 0.27
HSL 19.53º 0.84% 0.39% -
HSV(B) 19.53º 0.91% 0.73% -
XYZ 22.35 14.86 2.18 -
YUV 98.82 81.27 189.47 -
System Red Green Blue C M Y K H S L
Decimal 185 71 16 0 0.62 0.91 0.27 19.53 0.84 0.39
Hex B9 47 10 0 3E 5B 1B 14 54 27
Octal 271 107 20 0 76 133 33 24 124 47
Binary 10111001 1000111 10000 0 111110 1011011 11011 10100 1010100 100111

Color Harmonies of #B94710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94710

Black with #B94710

Text Example


Text Example

White with #B94710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94710; }

 p { color: rgb(185,71,16); }

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

background-color css

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

 a { background-color: rgb(185,71,16); }

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

border-color css

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

 span { border-color: rgb(185,71,16); }

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