Html Css Color HEX #B94013 Rust

📋 copy color: '#B94013'

red 185 ◦ green 64 ◦ blue 19

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

Shades of Rust #B94013

Tints of Rust #B94013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.88%

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

R = 69.03%
G = 23.88%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B94013 (or 0xB94013) is known color: Rust. HEX triplet: B9, 40 and 13. RGB value is (185,64,19). Sum of RGB (Red+Green+Blue) = 185+64+19=268 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.03% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 185 - color contains mainly: red. Hex color #B94013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94013 is #46BFEC. Grayscale: #5F5F5F. Windows color (decimal): -4636653 or 1261753. OLE color: 1261753.

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

Color convert

RGB 185 64 19 -
CMYK 0 0.65 0.90 0.27
HSL 16.27º 0.81% 0.4% -
HSV(B) 16.27º 0.9% 0.73% -
XYZ 21.96 14.03 2.17 -
YUV 95.05 85.09 192.16 -
System Red Green Blue C M Y K H S L
Decimal 185 64 19 0 0.65 0.90 0.27 16.27 0.81 0.4
Hex B9 40 13 0 41 5A 1B 10 51 28
Octal 271 100 23 0 101 132 33 20 121 50
Binary 10111001 1000000 10011 0 1000001 1011010 11011 10000 1010001 101000

Color Harmonies of #B94013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94013

Black with #B94013

Text Example


Text Example

White with #B94013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94013; }

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

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

background-color css

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

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

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

border-color css

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

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

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