Html Css Color HEX #B94512 Rust

📋 copy color: '#B94512'

red 185 ◦ green 69 ◦ blue 18

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

Shades of Rust #B94512

Tints of Rust #B94512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.37%

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

R = 68.01%
G = 25.37%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B94512 (or 0xB94512) is known color: Rust. HEX triplet: B9, 45 and 12. RGB value is (185,69,18). Sum of RGB (Red+Green+Blue) = 185+69+18=272 (36% of max value = 765). Red value is 185 (72.66% from 255 or 68.01% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 185 - color contains mainly: red. Hex color #B94512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94512 is #46BAED. Grayscale: #626262. Windows color (decimal): -4635374 or 1197497. OLE color: 1197497.

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

Color convert

RGB 185 69 18 -
CMYK 0 0.63 0.90 0.27
HSL 18.32º 0.82% 0.4% -
HSV(B) 18.32º 0.9% 0.73% -
XYZ 22.24 14.61 2.22 -
YUV 97.87 82.93 190.15 -
System Red Green Blue C M Y K H S L
Decimal 185 69 18 0 0.63 0.90 0.27 18.32 0.82 0.4
Hex B9 45 12 0 3F 5A 1B 12 52 28
Octal 271 105 22 0 77 132 33 22 122 50
Binary 10111001 1000101 10010 0 111111 1011010 11011 10010 1010010 101000

Color Harmonies of #B94512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94512

Black with #B94512

Text Example


Text Example

White with #B94512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94512; }

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

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

background-color css

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

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

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

border-color css

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

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

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