Html Css Color HEX #B94717 Rust

📋 copy color: '#B94717'

red 185 ◦ green 71 ◦ blue 23

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

Shades of Rust #B94717

Tints of Rust #B94717

RGB

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

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

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

R = 66.31%
G = 25.45%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B94717 (or 0xB94717) is known color: Rust. HEX triplet: B9, 47 and 17. RGB value is (185,71,23). Sum of RGB (Red+Green+Blue) = 185+71+23=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B94717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94717 is #46B8E8. Grayscale: #636363. Windows color (decimal): -4634857 or 1525689. OLE color: 1525689.

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

Color convert

RGB 185 71 23 -
CMYK 0 0.62 0.88 0.27
HSL 17.78º 0.78% 0.41% -
HSV(B) 17.78º 0.88% 0.73% -
XYZ 22.42 14.88 2.5 -
YUV 99.61 84.77 188.9 -
System Red Green Blue C M Y K H S L
Decimal 185 71 23 0 0.62 0.88 0.27 17.78 0.78 0.41
Hex B9 47 17 0 3E 58 1B 12 4E 29
Octal 271 107 27 0 76 130 33 22 116 51
Binary 10111001 1000111 10111 0 111110 1011000 11011 10010 1001110 101001

Color Harmonies of #B94717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94717

Black with #B94717

Text Example


Text Example

White with #B94717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94717; }

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

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

background-color css

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

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

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

border-color css

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

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

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