Html Css Color HEX #B94910 Rust

📋 copy color: '#B94910'

red 185 ◦ green 73 ◦ blue 16

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

Shades of Rust #B94910

Tints of Rust #B94910

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.64%

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

R = 67.52%
G = 26.64%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B94910 (or 0xB94910) is known color: Rust. HEX triplet: B9, 49 and 10. RGB value is (185,73,16). Sum of RGB (Red+Green+Blue) = 185+73+16=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B94910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94910 is #46B6EF. Grayscale: #646464. Windows color (decimal): -4634352 or 1067449. OLE color: 1067449.

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

Color convert

RGB 185 73 16 -
CMYK 0 0.61 0.91 0.27
HSL 20.24º 0.84% 0.39% -
HSV(B) 20.24º 0.91% 0.73% -
XYZ 22.48 15.12 2.22 -
YUV 99.99 80.61 188.63 -
System Red Green Blue C M Y K H S L
Decimal 185 73 16 0 0.61 0.91 0.27 20.24 0.84 0.39
Hex B9 49 10 0 3D 5B 1B 14 54 27
Octal 271 111 20 0 75 133 33 24 124 47
Binary 10111001 1001001 10000 0 111101 1011011 11011 10100 1010100 100111

Color Harmonies of #B94910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94910

Black with #B94910

Text Example


Text Example

White with #B94910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94910; }

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

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

background-color css

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

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

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

border-color css

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

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

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