Html Css Color HEX #B94417 Rust

📋 copy color: '#B94417'

red 185 ◦ green 68 ◦ blue 23

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

Shades of Rust #B94417

Tints of Rust #B94417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.33%

R = 67.03%
G = 24.64%
B = 8.33%

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

#B94417 (or 0xB94417) is known color: Rust. HEX triplet: B9, 44 and 17. RGB value is (185,68,23). Sum of RGB (Red+Green+Blue) = 185+68+23=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B94417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94417 is #46BBE8. Grayscale: #626262. Windows color (decimal): -4635625 or 1524921. OLE color: 1524921.

HSL color Cylindrical-coordinate representation of color #B94417: hue angle of 16.67º degrees, saturation: 0.78, 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 #B94417 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 68 23 -
CMYK 0 0.63 0.88 0.27
HSL 16.67º 0.78% 0.41% -
HSV(B) 16.67º 0.88% 0.73% -
XYZ 22.23 14.51 2.44 -
YUV 97.85 85.76 190.16 -
System Red Green Blue C M Y K H S L
Decimal 185 68 23 0 0.63 0.88 0.27 16.67 0.78 0.41
Hex B9 44 17 0 3F 58 1B 11 4E 29
Octal 271 104 27 0 77 130 33 21 116 51
Binary 10111001 1000100 10111 0 111111 1011000 11011 10001 1001110 101001

Color Harmonies of #B94417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94417

Black with #B94417

Text Example


Text Example

White with #B94417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94417; }

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

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

background-color css

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

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

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

border-color css

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

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

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