Html Css Color HEX #B85308 Rust

📋 copy color: '#B85308'

red 184 ◦ green 83 ◦ blue 8

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

Shades of Rust #B85308

Tints of Rust #B85308

RGB

 RED value IS 184 (72.27% from 255) = 66.91%

 GREEN value IS 83 (32.81% from 255) = 30.18%

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

R = 66.91%
G = 30.18%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B85308 (or 0xB85308) is known color: Rust. HEX triplet: B8, 53 and 08. RGB value is (184,83,8). Sum of RGB (Red+Green+Blue) = 184+83+8=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B85308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85308 is #47ACF7. Grayscale: #696969. Windows color (decimal): -4697336 or 545720. OLE color: 545720.

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

Color convert

RGB 184 83 8 -
CMYK 0 0.55 0.96 0.28
HSL 25.57º 0.92% 0.38% -
HSV(B) 25.57º 0.96% 0.72% -
XYZ 22.9 16.39 2.19 -
YUV 104.65 73.46 184.6 -
System Red Green Blue C M Y K H S L
Decimal 184 83 8 0 0.55 0.96 0.28 25.57 0.92 0.38
Hex B8 53 8 0 37 60 1C 1A 5C 26
Octal 270 123 10 0 67 140 34 32 134 46
Binary 10111000 1010011 1000 0 110111 1100000 11100 11010 1011100 100110

Color Harmonies of #B85308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85308

Black with #B85308

Text Example


Text Example

White with #B85308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85308; }

 p { color: rgb(184,83,8); }

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

background-color css

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

 a { background-color: rgb(184,83,8); }

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

border-color css

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

 span { border-color: rgb(184,83,8); }

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