Html Css Color HEX #B94B08 Rust

📋 copy color: '#B94B08'

red 185 ◦ green 75 ◦ blue 8

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

Shades of Rust #B94B08

Tints of Rust #B94B08

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.99%

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

R = 69.03%
G = 27.99%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B94B08 (or 0xB94B08) is known color: Rust. HEX triplet: B9, 4B and 08. RGB value is (185,75,8). Sum of RGB (Red+Green+Blue) = 185+75+8=268 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.03% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94B08 is #46B4F7. Grayscale: #646464. Windows color (decimal): -4633848 or 543673. OLE color: 543673.

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

Color convert

RGB 185 75 8 -
CMYK 0 0.59 0.96 0.27
HSL 22.71º 0.92% 0.38% -
HSV(B) 22.71º 0.96% 0.73% -
XYZ 22.57 15.36 2.01 -
YUV 100.25 75.94 188.45 -
System Red Green Blue C M Y K H S L
Decimal 185 75 8 0 0.59 0.96 0.27 22.71 0.92 0.38
Hex B9 4B 8 0 3B 60 1B 17 5C 26
Octal 271 113 10 0 73 140 33 27 134 46
Binary 10111001 1001011 1000 0 111011 1100000 11011 10111 1011100 100110

Color Harmonies of #B94B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94B08

Black with #B94B08

Text Example


Text Example

White with #B94B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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