Html Css Color HEX #B94412 Rust

📋 copy color: '#B94412'

red 185 ◦ green 68 ◦ blue 18

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

Shades of Rust #B94412

Tints of Rust #B94412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.09%

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

R = 68.27%
G = 25.09%
B = 6.64%

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

#B94412 (or 0xB94412) is known color: Rust. HEX triplet: B9, 44 and 12. RGB value is (185,68,18). Sum of RGB (Red+Green+Blue) = 185+68+18=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B94412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94412 is #46BBED. Grayscale: #616161. Windows color (decimal): -4635630 or 1197241. OLE color: 1197241.

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

Color convert

RGB 185 68 18 -
CMYK 0 0.63 0.90 0.27
HSL 17.96º 0.82% 0.4% -
HSV(B) 17.96º 0.9% 0.73% -
XYZ 22.18 14.49 2.2 -
YUV 97.28 83.26 190.57 -
System Red Green Blue C M Y K H S L
Decimal 185 68 18 0 0.63 0.90 0.27 17.96 0.82 0.4
Hex B9 44 12 0 3F 5A 1B 12 52 28
Octal 271 104 22 0 77 132 33 22 122 50
Binary 10111001 1000100 10010 0 111111 1011010 11011 10010 1010010 101000

Color Harmonies of #B94412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94412

Black with #B94412

Text Example


Text Example

White with #B94412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94412; }

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

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

background-color css

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

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

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

border-color css

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

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

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