Html Css Color HEX #B94012 Rust

📋 copy color: '#B94012'

red 185 ◦ green 64 ◦ blue 18

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

Shades of Rust #B94012

Tints of Rust #B94012

RGB

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

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

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

R = 69.29%
G = 23.97%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B94012 (or 0xB94012) is known color: Rust. HEX triplet: B9, 40 and 12. RGB value is (185,64,18). Sum of RGB (Red+Green+Blue) = 185+64+18=267 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.29% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 185 - color contains mainly: red. Hex color #B94012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94012 is #46BFED. Grayscale: #5F5F5F. Windows color (decimal): -4636654 or 1196217. OLE color: 1196217.

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

Color convert

RGB 185 64 18 -
CMYK 0 0.65 0.90 0.27
HSL 16.53º 0.82% 0.4% -
HSV(B) 16.53º 0.9% 0.73% -
XYZ 21.95 14.02 2.12 -
YUV 94.94 84.59 192.24 -
System Red Green Blue C M Y K H S L
Decimal 185 64 18 0 0.65 0.90 0.27 16.53 0.82 0.4
Hex B9 40 12 0 41 5A 1B 11 52 28
Octal 271 100 22 0 101 132 33 21 122 50
Binary 10111001 1000000 10010 0 1000001 1011010 11011 10001 1010010 101000

Color Harmonies of #B94012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94012

Black with #B94012

Text Example


Text Example

White with #B94012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94012; }

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

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

background-color css

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

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

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

border-color css

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

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

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