Html Css Color HEX #B94D0C Rust

📋 copy color: '#B94D0C'

red 185 ◦ green 77 ◦ blue 12

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

Shades of Rust #B94D0C

Tints of Rust #B94D0C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.1%

 BLUE value IS 12 (5.08% from 255) = 4.38%

R = 67.52%
G = 28.1%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B94D0C (or 0xB94D0C) is known color: Rust. HEX triplet: B9, 4D and 0C. RGB value is (185,77,12). Sum of RGB (Red+Green+Blue) = 185+77+12=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B94D0C is #46B2F3. Grayscale: #666666. Windows color (decimal): -4633332 or 806329. OLE color: 806329.

HSL color Cylindrical-coordinate representation of color #B94D0C: hue angle of 22.54º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B94D0C is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 77 12 -
CMYK 0 0.58 0.94 0.27
HSL 22.54º 0.88% 0.39% -
HSV(B) 22.54º 0.94% 0.73% -
XYZ 22.73 15.65 2.17 -
YUV 101.88 77.28 187.29 -
System Red Green Blue C M Y K H S L
Decimal 185 77 12 0 0.58 0.94 0.27 22.54 0.88 0.39
Hex B9 4D C 0 3A 5E 1B 17 58 27
Octal 271 115 14 0 72 136 33 27 130 47
Binary 10111001 1001101 1100 0 111010 1011110 11011 10111 1011000 100111

Color Harmonies of #B94D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94D0C

Black with #B94D0C

Text Example


Text Example

White with #B94D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94D0C; }

 p { color: rgb(185,77,12); }

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

background-color css

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

 a { background-color: rgb(185,77,12); }

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

border-color css

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

 span { border-color: rgb(185,77,12); }

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