Html Css Color HEX #B94117 Rust

📋 copy color: '#B94117'

red 185 ◦ green 65 ◦ blue 23

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

Shades of Rust #B94117

Tints of Rust #B94117

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.81%

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

R = 67.77%
G = 23.81%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B94117 (or 0xB94117) is known color: Rust. HEX triplet: B9, 41 and 17. RGB value is (185,65,23). Sum of RGB (Red+Green+Blue) = 185+65+23=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B94117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94117 is #46BEE8. Grayscale: #606060. Windows color (decimal): -4636393 or 1524153. OLE color: 1524153.

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

Color convert

RGB 185 65 23 -
CMYK 0 0.65 0.88 0.27
HSL 15.56º 0.78% 0.41% -
HSV(B) 15.56º 0.88% 0.73% -
XYZ 22.05 14.16 2.38 -
YUV 96.09 86.76 191.42 -
System Red Green Blue C M Y K H S L
Decimal 185 65 23 0 0.65 0.88 0.27 15.56 0.78 0.41
Hex B9 41 17 0 41 58 1B 10 4E 29
Octal 271 101 27 0 101 130 33 20 116 51
Binary 10111001 1000001 10111 0 1000001 1011000 11011 10000 1001110 101001

Color Harmonies of #B94117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94117

Black with #B94117

Text Example


Text Example

White with #B94117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94117; }

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

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

background-color css

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

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

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

border-color css

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

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

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