Html Css Color HEX #B94513 Rust

📋 copy color: '#B94513'

red 185 ◦ green 69 ◦ blue 19

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

Shades of Rust #B94513

Tints of Rust #B94513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.27%

 BLUE value IS 19 (7.81% from 255) = 6.96%

R = 67.77%
G = 25.27%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B94513 (or 0xB94513) is known color: Rust. HEX triplet: B9, 45 and 13. RGB value is (185,69,19). Sum of RGB (Red+Green+Blue) = 185+69+19=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B94513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94513 is #46BAEC. Grayscale: #626262. Windows color (decimal): -4635373 or 1263033. OLE color: 1263033.

HSL color Cylindrical-coordinate representation of color #B94513: hue angle of 18.07º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B94513 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 69 19 -
CMYK 0 0.63 0.90 0.27
HSL 18.07º 0.81% 0.4% -
HSV(B) 18.07º 0.9% 0.73% -
XYZ 22.25 14.62 2.26 -
YUV 97.98 83.43 190.07 -
System Red Green Blue C M Y K H S L
Decimal 185 69 19 0 0.63 0.90 0.27 18.07 0.81 0.4
Hex B9 45 13 0 3F 5A 1B 12 51 28
Octal 271 105 23 0 77 132 33 22 121 50
Binary 10111001 1000101 10011 0 111111 1011010 11011 10010 1010001 101000

Color Harmonies of #B94513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94513

Black with #B94513

Text Example


Text Example

White with #B94513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94513; }

 p { color: rgb(185,69,19); }

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

background-color css

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

 a { background-color: rgb(185,69,19); }

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

border-color css

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

 span { border-color: rgb(185,69,19); }

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