Html Css Color HEX #B1580A Rust

📋 copy color: '#B1580A'

red 177 ◦ green 88 ◦ blue 10

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

Shades of Rust #B1580A

Tints of Rust #B1580A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32%

 BLUE value IS 10 (4.3% from 255) = 3.64%

R = 64.36%
G = 32%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B1580A (or 0xB1580A) is known color: Rust. HEX triplet: B1, 58 and 0A. RGB value is (177,88,10). Sum of RGB (Red+Green+Blue) = 177+88+10=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B1580A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1580A is #4EA7F5. Grayscale: #6A6A6A. Windows color (decimal): -5154806 or 678065. OLE color: 678065.

HSL color Cylindrical-coordinate representation of color #B1580A: hue angle of 28.02º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1580A is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 88 10 -
CMYK 0 0.50 0.94 0.31
HSL 28.02º 0.89% 0.37% -
HSV(B) 28.02º 0.94% 0.69% -
XYZ 21.68 16.35 2.3 -
YUV 105.72 73.99 178.84 -
System Red Green Blue C M Y K H S L
Decimal 177 88 10 0 0.50 0.94 0.31 28.02 0.89 0.37
Hex B1 58 A 0 32 5E 1F 1C 59 25
Octal 261 130 12 0 62 136 37 34 131 45
Binary 10110001 1011000 1010 0 110010 1011110 11111 11100 1011001 100101

Color Harmonies of #B1580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1580A

Black with #B1580A

Text Example


Text Example

White with #B1580A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1580A; }

 p { color: rgb(177,88,10); }

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

background-color css

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

 a { background-color: rgb(177,88,10); }

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

border-color css

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

 span { border-color: rgb(177,88,10); }

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