Html Css Color HEX #B1480A Rust

📋 copy color: '#B1480A'

red 177 ◦ green 72 ◦ blue 10

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

Shades of Rust #B1480A

Tints of Rust #B1480A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.8%

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

R = 68.34%
G = 27.8%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B1480A (or 0xB1480A) is known color: Rust. HEX triplet: B1, 48 and 0A. RGB value is (177,72,10). Sum of RGB (Red+Green+Blue) = 177+72+10=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B1480A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1480A is #4EB7F5. Grayscale: #606060. Windows color (decimal): -5158902 or 673969. OLE color: 673969.

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

Color convert

RGB 177 72 10 -
CMYK 0 0.59 0.94 0.31
HSL 22.28º 0.89% 0.37% -
HSV(B) 22.28º 0.94% 0.69% -
XYZ 20.5 14 1.91 -
YUV 96.33 79.29 185.54 -
System Red Green Blue C M Y K H S L
Decimal 177 72 10 0 0.59 0.94 0.31 22.28 0.89 0.37
Hex B1 48 A 0 3B 5E 1F 16 59 25
Octal 261 110 12 0 73 136 37 26 131 45
Binary 10110001 1001000 1010 0 111011 1011110 11111 10110 1011001 100101

Color Harmonies of #B1480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1480A

Black with #B1480A

Text Example


Text Example

White with #B1480A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1480A; }

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

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

background-color css

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

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

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

border-color css

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

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

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