Html Css Color HEX #B15001 Rust

📋 copy color: '#B15001'

red 177 ◦ green 80 ◦ blue 1

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

Shades of Rust #B15001

Tints of Rust #B15001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 68.6%
G = 31.01%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B15001 (or 0xB15001) is known color: Rust. HEX triplet: B1, 50 and 01. RGB value is (177,80,1). Sum of RGB (Red+Green+Blue) = 177+80+1=258 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.60% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 177 - color contains mainly: red. Hex color #B15001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15001 is #4EAFFE. Grayscale: #646464. Windows color (decimal): -5156863 or 86193. OLE color: 86193.

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

Color convert

RGB 177 80 1 -
CMYK 0 0.55 0.99 0.31
HSL 26.93º 0.99% 0.35% -
HSV(B) 26.93º 0.99% 0.69% -
XYZ 21.01 15.09 1.83 -
YUV 100 72.14 182.92 -
System Red Green Blue C M Y K H S L
Decimal 177 80 1 0 0.55 0.99 0.31 26.93 0.99 0.35
Hex B1 50 1 0 37 63 1F 1B 63 23
Octal 261 120 1 0 67 143 37 33 143 43
Binary 10110001 1010000 1 0 110111 1100011 11111 11011 1100011 100011

Color Harmonies of #B15001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15001

Black with #B15001

Text Example


Text Example

White with #B15001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15001; }

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

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

background-color css

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

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

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

border-color css

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

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

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