Html Css Color HEX #B94812 Rust

📋 copy color: '#B94812'

red 185 ◦ green 72 ◦ blue 18

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

Shades of Rust #B94812

Tints of Rust #B94812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.18%

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

R = 67.27%
G = 26.18%
B = 6.55%

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

#B94812 (or 0xB94812) is known color: Rust. HEX triplet: B9, 48 and 12. RGB value is (185,72,18). Sum of RGB (Red+Green+Blue) = 185+72+18=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B94812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94812 is #46B7ED. Grayscale: #636363. Windows color (decimal): -4634606 or 1198265. OLE color: 1198265.

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

Color convert

RGB 185 72 18 -
CMYK 0 0.61 0.90 0.27
HSL 19.4º 0.82% 0.4% -
HSV(B) 19.4º 0.9% 0.73% -
XYZ 22.43 14.99 2.28 -
YUV 99.63 81.94 188.89 -
System Red Green Blue C M Y K H S L
Decimal 185 72 18 0 0.61 0.90 0.27 19.4 0.82 0.4
Hex B9 48 12 0 3D 5A 1B 13 52 28
Octal 271 110 22 0 75 132 33 23 122 50
Binary 10111001 1001000 10010 0 111101 1011010 11011 10011 1010010 101000

Color Harmonies of #B94812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94812

Black with #B94812

Text Example


Text Example

White with #B94812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94812; }

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

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

background-color css

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

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

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

border-color css

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

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

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