Html Css Color HEX #B94912 Rust

📋 copy color: '#B94912'

red 185 ◦ green 73 ◦ blue 18

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

Shades of Rust #B94912

Tints of Rust #B94912

RGB

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

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

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

R = 67.03%
G = 26.45%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B94912 (or 0xB94912) is known color: Rust. HEX triplet: B9, 49 and 12. RGB value is (185,73,18). Sum of RGB (Red+Green+Blue) = 185+73+18=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B94912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94912 is #46B6ED. Grayscale: #646464. Windows color (decimal): -4634350 or 1198521. OLE color: 1198521.

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

Color convert

RGB 185 73 18 -
CMYK 0 0.61 0.90 0.27
HSL 19.76º 0.82% 0.4% -
HSV(B) 19.76º 0.9% 0.73% -
XYZ 22.5 15.12 2.31 -
YUV 100.22 81.61 188.47 -
System Red Green Blue C M Y K H S L
Decimal 185 73 18 0 0.61 0.90 0.27 19.76 0.82 0.4
Hex B9 49 12 0 3D 5A 1B 14 52 28
Octal 271 111 22 0 75 132 33 24 122 50
Binary 10111001 1001001 10010 0 111101 1011010 11011 10100 1010010 101000

Color Harmonies of #B94912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94912

Black with #B94912

Text Example


Text Example

White with #B94912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94912; }

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

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

background-color css

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

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

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

border-color css

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

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

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