Html Css Color HEX #B94817 Rust

📋 copy color: '#B94817'

red 185 ◦ green 72 ◦ blue 23

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

Shades of Rust #B94817

Tints of Rust #B94817

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.71%

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

R = 66.07%
G = 25.71%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B94817 (or 0xB94817) is known color: Rust. HEX triplet: B9, 48 and 17. RGB value is (185,72,23). Sum of RGB (Red+Green+Blue) = 185+72+23=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B94817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94817 is #46B7E8. Grayscale: #646464. Windows color (decimal): -4634601 or 1525945. OLE color: 1525945.

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

Color convert

RGB 185 72 23 -
CMYK 0 0.61 0.88 0.27
HSL 18.15º 0.78% 0.41% -
HSV(B) 18.15º 0.88% 0.73% -
XYZ 22.48 15.01 2.52 -
YUV 100.2 84.44 188.48 -
System Red Green Blue C M Y K H S L
Decimal 185 72 23 0 0.61 0.88 0.27 18.15 0.78 0.41
Hex B9 48 17 0 3D 58 1B 12 4E 29
Octal 271 110 27 0 75 130 33 22 116 51
Binary 10111001 1001000 10111 0 111101 1011000 11011 10010 1001110 101001

Color Harmonies of #B94817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94817

Black with #B94817

Text Example


Text Example

White with #B94817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94817; }

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

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

background-color css

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

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

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

border-color css

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

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

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