Html Css Color HEX #B94712 Rust

📋 copy color: '#B94712'

red 185 ◦ green 71 ◦ blue 18

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

Shades of Rust #B94712

Tints of Rust #B94712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.91%

 BLUE value IS 18 (7.42% from 255) = 6.57%

R = 67.52%
G = 25.91%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B94712 (or 0xB94712) is known color: Rust. HEX triplet: B9, 47 and 12. RGB value is (185,71,18). Sum of RGB (Red+Green+Blue) = 185+71+18=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B94712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94712 is #46B8ED. Grayscale: #636363. Windows color (decimal): -4634862 or 1198009. OLE color: 1198009.

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

Color convert

RGB 185 71 18 -
CMYK 0 0.62 0.90 0.27
HSL 19.04º 0.82% 0.4% -
HSV(B) 19.04º 0.9% 0.73% -
XYZ 22.37 14.86 2.26 -
YUV 99.04 82.27 189.31 -
System Red Green Blue C M Y K H S L
Decimal 185 71 18 0 0.62 0.90 0.27 19.04 0.82 0.4
Hex B9 47 12 0 3E 5A 1B 13 52 28
Octal 271 107 22 0 76 132 33 23 122 50
Binary 10111001 1000111 10010 0 111110 1011010 11011 10011 1010010 101000

Color Harmonies of #B94712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94712

Black with #B94712

Text Example


Text Example

White with #B94712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94712; }

 p { color: rgb(185,71,18); }

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

background-color css

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

 a { background-color: rgb(185,71,18); }

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

border-color css

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

 span { border-color: rgb(185,71,18); }

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