Html Css Color HEX #B15308 Rust

📋 copy color: '#B15308'

red 177 ◦ green 83 ◦ blue 8

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

Shades of Rust #B15308

Tints of Rust #B15308

RGB

 RED value IS 177 (69.53% from 255) = 66.04%

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

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

R = 66.04%
G = 30.97%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B15308 (or 0xB15308) is known color: Rust. HEX triplet: B1, 53 and 08. RGB value is (177,83,8). Sum of RGB (Red+Green+Blue) = 177+83+8=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B15308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15308 is #4EACF7. Grayscale: #666666. Windows color (decimal): -5156088 or 545713. OLE color: 545713.

HSL color Cylindrical-coordinate representation of color #B15308: hue angle of 26.63º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B15308 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 83 8 -
CMYK 0 0.53 0.95 0.31
HSL 26.63º 0.91% 0.36% -
HSV(B) 26.63º 0.95% 0.69% -
XYZ 21.27 15.55 2.11 -
YUV 102.56 74.64 181.1 -
System Red Green Blue C M Y K H S L
Decimal 177 83 8 0 0.53 0.95 0.31 26.63 0.91 0.36
Hex B1 53 8 0 35 5F 1F 1B 5B 24
Octal 261 123 10 0 65 137 37 33 133 44
Binary 10110001 1010011 1000 0 110101 1011111 11111 11011 1011011 100100

Color Harmonies of #B15308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15308

Black with #B15308

Text Example


Text Example

White with #B15308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15308; }

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

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

background-color css

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

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

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

border-color css

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

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

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