Html Css Color HEX #B94316 Rust

📋 copy color: '#B94316'

red 185 ◦ green 67 ◦ blue 22

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

Shades of Rust #B94316

Tints of Rust #B94316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.45%

 BLUE value IS 22 (8.98% from 255) = 8.03%

R = 67.52%
G = 24.45%
B = 8.03%

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

#B94316 (or 0xB94316) is known color: Rust. HEX triplet: B9, 43 and 16. RGB value is (185,67,22). Sum of RGB (Red+Green+Blue) = 185+67+22=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B94316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94316 is #46BCE9. Grayscale: #616161. Windows color (decimal): -4635882 or 1459129. OLE color: 1459129.

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

Color convert

RGB 185 67 22 -
CMYK 0 0.64 0.88 0.27
HSL 16.56º 0.79% 0.41% -
HSV(B) 16.56º 0.88% 0.73% -
XYZ 22.16 14.39 2.37 -
YUV 97.15 85.59 190.66 -
System Red Green Blue C M Y K H S L
Decimal 185 67 22 0 0.64 0.88 0.27 16.56 0.79 0.41
Hex B9 43 16 0 40 58 1B 11 4F 29
Octal 271 103 26 0 100 130 33 21 117 51
Binary 10111001 1000011 10110 0 1000000 1011000 11011 10001 1001111 101001

Color Harmonies of #B94316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94316

Black with #B94316

Text Example


Text Example

White with #B94316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94316; }

 p { color: rgb(185,67,22); }

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

background-color css

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

 a { background-color: rgb(185,67,22); }

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

border-color css

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

 span { border-color: rgb(185,67,22); }

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