Html Css Color HEX #B15408 Rust

📋 copy color: '#B15408'

red 177 ◦ green 84 ◦ blue 8

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

Shades of Rust #B15408

Tints of Rust #B15408

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.23%

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

R = 65.8%
G = 31.23%
B = 2.97%

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

#B15408 (or 0xB15408) is known color: Rust. HEX triplet: B1, 54 and 08. RGB value is (177,84,8). Sum of RGB (Red+Green+Blue) = 177+84+8=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B15408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15408 is #4EABF7. Grayscale: #676767. Windows color (decimal): -5155832 or 545969. OLE color: 545969.

HSL color Cylindrical-coordinate representation of color #B15408: hue angle of 26.98º 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 #B15408 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 84 8 -
CMYK 0 0.53 0.95 0.31
HSL 26.98º 0.91% 0.36% -
HSV(B) 26.98º 0.95% 0.69% -
XYZ 21.35 15.71 2.14 -
YUV 103.14 74.31 180.68 -
System Red Green Blue C M Y K H S L
Decimal 177 84 8 0 0.53 0.95 0.31 26.98 0.91 0.36
Hex B1 54 8 0 35 5F 1F 1B 5B 24
Octal 261 124 10 0 65 137 37 33 133 44
Binary 10110001 1010100 1000 0 110101 1011111 11111 11011 1011011 100100

Color Harmonies of #B15408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15408

Black with #B15408

Text Example


Text Example

White with #B15408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15408; }

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

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

background-color css

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

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

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

border-color css

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

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

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