Html Css Color HEX #B94508 Rust

📋 copy color: '#B94508'

red 185 ◦ green 69 ◦ blue 8

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

Shades of Rust #B94508

Tints of Rust #B94508

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.34%

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

R = 70.61%
G = 26.34%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B94508 (or 0xB94508) is known color: Rust. HEX triplet: B9, 45 and 08. RGB value is (185,69,8). Sum of RGB (Red+Green+Blue) = 185+69+8=262 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.61% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 185 - color contains mainly: red. Hex color #B94508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94508 is #46BAF7. Grayscale: #616161. Windows color (decimal): -4635384 or 542137. OLE color: 542137.

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

Color convert

RGB 185 69 8 -
CMYK 0 0.63 0.96 0.27
HSL 20.68º 0.92% 0.38% -
HSV(B) 20.68º 0.96% 0.73% -
XYZ 22.18 14.59 1.88 -
YUV 96.73 77.93 190.96 -
System Red Green Blue C M Y K H S L
Decimal 185 69 8 0 0.63 0.96 0.27 20.68 0.92 0.38
Hex B9 45 8 0 3F 60 1B 15 5C 26
Octal 271 105 10 0 77 140 33 25 134 46
Binary 10111001 1000101 1000 0 111111 1100000 11011 10101 1011100 100110

Color Harmonies of #B94508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94508

Black with #B94508

Text Example


Text Example

White with #B94508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94508; }

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

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

background-color css

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

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

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

border-color css

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

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

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