Html Css Color HEX #B15005 Rust

📋 copy color: '#B15005'

red 177 ◦ green 80 ◦ blue 5

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

Shades of Rust #B15005

Tints of Rust #B15005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.91%

R = 67.56%
G = 30.53%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B15005 (or 0xB15005) is known color: Rust. HEX triplet: B1, 50 and 05. RGB value is (177,80,5). Sum of RGB (Red+Green+Blue) = 177+80+5=262 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.56% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 177 - color contains mainly: red. Hex color #B15005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15005 is #4EAFFA. Grayscale: #646464. Windows color (decimal): -5156859 or 348337. OLE color: 348337.

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

Color convert

RGB 177 80 5 -
CMYK 0 0.55 0.97 0.31
HSL 26.16º 0.95% 0.36% -
HSV(B) 26.16º 0.97% 0.69% -
XYZ 21.03 15.1 1.95 -
YUV 100.45 74.14 182.6 -
System Red Green Blue C M Y K H S L
Decimal 177 80 5 0 0.55 0.97 0.31 26.16 0.95 0.36
Hex B1 50 5 0 37 61 1F 1A 5F 24
Octal 261 120 5 0 67 141 37 32 137 44
Binary 10110001 1010000 101 0 110111 1100001 11111 11010 1011111 100100

Color Harmonies of #B15005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15005

Black with #B15005

Text Example


Text Example

White with #B15005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15005; }

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

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

background-color css

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

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

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

border-color css

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

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

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