Html Css Color HEX #B94A08 Rust

📋 copy color: '#B94A08'

red 185 ◦ green 74 ◦ blue 8

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

Shades of Rust #B94A08

Tints of Rust #B94A08

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.72%

 BLUE value IS 8 (3.52% from 255) = 3%

R = 69.29%
G = 27.72%
B = 3%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B94A08 (or 0xB94A08) is known color: Rust. HEX triplet: B9, 4A and 08. RGB value is (185,74,8). Sum of RGB (Red+Green+Blue) = 185+74+8=267 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.29% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94A08 is #46B5F7. Grayscale: #646464. Windows color (decimal): -4634104 or 543417. OLE color: 543417.

HSL color Cylindrical-coordinate representation of color #B94A08: hue angle of 22.37º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B94A08 is Cyan = 0, Magento = 0.6, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 74 8 -
CMYK 0 0.6 0.96 0.27
HSL 22.37º 0.92% 0.38% -
HSV(B) 22.37º 0.96% 0.73% -
XYZ 22.5 15.23 1.98 -
YUV 99.67 76.27 188.87 -
System Red Green Blue C M Y K H S L
Decimal 185 74 8 0 0.6 0.96 0.27 22.37 0.92 0.38
Hex B9 4A 8 0 3C 60 1B 16 5C 26
Octal 271 112 10 0 74 140 33 26 134 46
Binary 10111001 1001010 1000 0 111100 1100000 11011 10110 1011100 100110

Color Harmonies of #B94A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94A08

Black with #B94A08

Text Example


Text Example

White with #B94A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94A08; }

 p { color: rgb(185,74,8); }

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

background-color css

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

 a { background-color: rgb(185,74,8); }

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

border-color css

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

 span { border-color: rgb(185,74,8); }

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