Html Css Color HEX #B94217 Rust

📋 copy color: '#B94217'

red 185 ◦ green 66 ◦ blue 23

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

Shades of Rust #B94217

Tints of Rust #B94217

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.09%

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

R = 67.52%
G = 24.09%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B94217 (or 0xB94217) is known color: Rust. HEX triplet: B9, 42 and 17. RGB value is (185,66,23). Sum of RGB (Red+Green+Blue) = 185+66+23=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 23 (9.38% from 255 or 8.39% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B94217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94217 is #46BDE8. Grayscale: #606060. Windows color (decimal): -4636137 or 1524409. OLE color: 1524409.

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

Color convert

RGB 185 66 23 -
CMYK 0 0.64 0.88 0.27
HSL 15.93º 0.78% 0.41% -
HSV(B) 15.93º 0.88% 0.73% -
XYZ 22.11 14.27 2.4 -
YUV 96.68 86.42 191 -
System Red Green Blue C M Y K H S L
Decimal 185 66 23 0 0.64 0.88 0.27 15.93 0.78 0.41
Hex B9 42 17 0 40 58 1B 10 4E 29
Octal 271 102 27 0 100 130 33 20 116 51
Binary 10111001 1000010 10111 0 1000000 1011000 11011 10000 1001110 101001

Color Harmonies of #B94217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94217

Black with #B94217

Text Example


Text Example

White with #B94217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94217; }

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

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

background-color css

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

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

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

border-color css

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

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

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