Html Css Color HEX #B94416 Rust

📋 copy color: '#B94416'

red 185 ◦ green 68 ◦ blue 22

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

Shades of Rust #B94416

Tints of Rust #B94416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.73%

 BLUE value IS 22 (8.98% from 255) = 8%

R = 67.27%
G = 24.73%
B = 8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B94416 (or 0xB94416) is known color: Rust. HEX triplet: B9, 44 and 16. RGB value is (185,68,22). Sum of RGB (Red+Green+Blue) = 185+68+22=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B94416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94416 is #46BBE9. Grayscale: #626262. Windows color (decimal): -4635626 or 1459385. OLE color: 1459385.

HSL color Cylindrical-coordinate representation of color #B94416: hue angle of 16.93º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B94416 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 68 22 -
CMYK 0 0.63 0.88 0.27
HSL 16.93º 0.79% 0.41% -
HSV(B) 16.93º 0.88% 0.73% -
XYZ 22.22 14.51 2.39 -
YUV 97.74 85.26 190.24 -
System Red Green Blue C M Y K H S L
Decimal 185 68 22 0 0.63 0.88 0.27 16.93 0.79 0.41
Hex B9 44 16 0 3F 58 1B 11 4F 29
Octal 271 104 26 0 77 130 33 21 117 51
Binary 10111001 1000100 10110 0 111111 1011000 11011 10001 1001111 101001

Color Harmonies of #B94416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94416

Black with #B94416

Text Example


Text Example

White with #B94416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94416; }

 p { color: rgb(185,68,22); }

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

background-color css

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

 a { background-color: rgb(185,68,22); }

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

border-color css

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

 span { border-color: rgb(185,68,22); }

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