Html Css Color HEX #B94312 Rust

📋 copy color: '#B94312'

red 185 ◦ green 67 ◦ blue 18

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

Shades of Rust #B94312

Tints of Rust #B94312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.81%

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

R = 68.52%
G = 24.81%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B94312 (or 0xB94312) is known color: Rust. HEX triplet: B9, 43 and 12. RGB value is (185,67,18). Sum of RGB (Red+Green+Blue) = 185+67+18=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B94312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94312 is #46BCED. Grayscale: #616161. Windows color (decimal): -4635886 or 1196985. OLE color: 1196985.

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

Color convert

RGB 185 67 18 -
CMYK 0 0.64 0.90 0.27
HSL 17.6º 0.82% 0.4% -
HSV(B) 17.6º 0.9% 0.73% -
XYZ 22.12 14.37 2.18 -
YUV 96.7 83.59 190.98 -
System Red Green Blue C M Y K H S L
Decimal 185 67 18 0 0.64 0.90 0.27 17.6 0.82 0.4
Hex B9 43 12 0 40 5A 1B 12 52 28
Octal 271 103 22 0 100 132 33 22 122 50
Binary 10111001 1000011 10010 0 1000000 1011010 11011 10010 1010010 101000

Color Harmonies of #B94312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94312

Black with #B94312

Text Example


Text Example

White with #B94312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94312; }

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

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

background-color css

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

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

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

border-color css

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

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

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