Html Css Color HEX #B15008 Rust

📋 copy color: '#B15008'

red 177 ◦ green 80 ◦ blue 8

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

Shades of Rust #B15008

Tints of Rust #B15008

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.19%

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

R = 66.79%
G = 30.19%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B15008 (or 0xB15008) is known color: Rust. HEX triplet: B1, 50 and 08. RGB value is (177,80,8). Sum of RGB (Red+Green+Blue) = 177+80+8=265 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.79% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 177 - color contains mainly: red. Hex color #B15008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15008 is #4EAFF7. Grayscale: #656565. Windows color (decimal): -5156856 or 544945. OLE color: 544945.

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

Color convert

RGB 177 80 8 -
CMYK 0 0.55 0.95 0.31
HSL 25.56º 0.91% 0.36% -
HSV(B) 25.56º 0.95% 0.69% -
XYZ 21.04 15.1 2.04 -
YUV 100.8 75.64 182.35 -
System Red Green Blue C M Y K H S L
Decimal 177 80 8 0 0.55 0.95 0.31 25.56 0.91 0.36
Hex B1 50 8 0 37 5F 1F 1A 5B 24
Octal 261 120 10 0 67 137 37 32 133 44
Binary 10110001 1010000 1000 0 110111 1011111 11111 11010 1011011 100100

Color Harmonies of #B15008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15008

Black with #B15008

Text Example


Text Example

White with #B15008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15008; }

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

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

background-color css

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

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

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

border-color css

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

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

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