Html Css Color HEX #B94F0C Rust

📋 copy color: '#B94F0C'

red 185 ◦ green 79 ◦ blue 12

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

Shades of Rust #B94F0C

Tints of Rust #B94F0C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.62%

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

R = 67.03%
G = 28.62%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B94F0C (or 0xB94F0C) is known color: Rust. HEX triplet: B9, 4F and 0C. RGB value is (185,79,12). Sum of RGB (Red+Green+Blue) = 185+79+12=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B94F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B94F0C is #46B0F3. Grayscale: #676767. Windows color (decimal): -4632820 or 806841. OLE color: 806841.

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

Color convert

RGB 185 79 12 -
CMYK 0 0.57 0.94 0.27
HSL 23.24º 0.88% 0.39% -
HSV(B) 23.24º 0.94% 0.73% -
XYZ 22.87 15.93 2.22 -
YUV 103.06 76.62 186.45 -
System Red Green Blue C M Y K H S L
Decimal 185 79 12 0 0.57 0.94 0.27 23.24 0.88 0.39
Hex B9 4F C 0 39 5E 1B 17 58 27
Octal 271 117 14 0 71 136 33 27 130 47
Binary 10111001 1001111 1100 0 111001 1011110 11011 10111 1011000 100111

Color Harmonies of #B94F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94F0C

Black with #B94F0C

Text Example


Text Example

White with #B94F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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