Html Css Color HEX #B1470A Rust

📋 copy color: '#B1470A'

red 177 ◦ green 71 ◦ blue 10

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

Shades of Rust #B1470A

Tints of Rust #B1470A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.52%

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

R = 68.6%
G = 27.52%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B1470A (or 0xB1470A) is known color: Rust. HEX triplet: B1, 47 and 0A. RGB value is (177,71,10). Sum of RGB (Red+Green+Blue) = 177+71+10=258 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.60% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 177 - color contains mainly: red. Hex color #B1470A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1470A is #4EB8F5. Grayscale: #606060. Windows color (decimal): -5159158 or 673713. OLE color: 673713.

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

Color convert

RGB 177 71 10 -
CMYK 0 0.60 0.94 0.31
HSL 21.92º 0.89% 0.37% -
HSV(B) 21.92º 0.94% 0.69% -
XYZ 20.44 13.88 1.89 -
YUV 95.74 79.62 185.96 -
System Red Green Blue C M Y K H S L
Decimal 177 71 10 0 0.60 0.94 0.31 21.92 0.89 0.37
Hex B1 47 A 0 3C 5E 1F 16 59 25
Octal 261 107 12 0 74 136 37 26 131 45
Binary 10110001 1000111 1010 0 111100 1011110 11111 10110 1011001 100101

Color Harmonies of #B1470A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1470A

Black with #B1470A

Text Example


Text Example

White with #B1470A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1470A; }

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

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

background-color css

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

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

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

border-color css

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

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

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