Html Css Color HEX #B94010 Rust

📋 copy color: '#B94010'

red 185 ◦ green 64 ◦ blue 16

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

Shades of Rust #B94010

Tints of Rust #B94010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.04%

R = 69.81%
G = 24.15%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B94010 (or 0xB94010) is known color: Rust. HEX triplet: B9, 40 and 10. RGB value is (185,64,16). Sum of RGB (Red+Green+Blue) = 185+64+16=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B94010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94010 is #46BFEF. Grayscale: #5F5F5F. Windows color (decimal): -4636656 or 1065145. OLE color: 1065145.

HSL color Cylindrical-coordinate representation of color #B94010: hue angle of 17.04º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B94010 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 64 16 -
CMYK 0 0.65 0.91 0.27
HSL 17.04º 0.84% 0.39% -
HSV(B) 17.04º 0.91% 0.73% -
XYZ 21.93 14.02 2.04 -
YUV 94.71 83.59 192.4 -
System Red Green Blue C M Y K H S L
Decimal 185 64 16 0 0.65 0.91 0.27 17.04 0.84 0.39
Hex B9 40 10 0 41 5B 1B 11 54 27
Octal 271 100 20 0 101 133 33 21 124 47
Binary 10111001 1000000 10000 0 1000001 1011011 11011 10001 1010100 100111

Color Harmonies of #B94010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94010

Black with #B94010

Text Example


Text Example

White with #B94010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94010; }

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

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

background-color css

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

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

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

border-color css

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

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

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