Html Css Color HEX #B1461B Rust

📋 copy color: '#B1461B'

red 177 ◦ green 70 ◦ blue 27

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

Shades of Rust #B1461B

Tints of Rust #B1461B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.55%

 BLUE value IS 27 (10.94% from 255) = 9.85%

R = 64.6%
G = 25.55%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1461B (or 0xB1461B) is known color: Rust. HEX triplet: B1, 46 and 1B. RGB value is (177,70,27). Sum of RGB (Red+Green+Blue) = 177+70+27=274 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.60% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 177 - color contains mainly: red. Hex color #B1461B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1461B is #4EB9E4. Grayscale: #616161. Windows color (decimal): -5159397 or 1787569. OLE color: 1787569.

HSL color Cylindrical-coordinate representation of color #B1461B: hue angle of 17.2º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1461B is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 70 27 -
CMYK 0 0.60 0.85 0.31
HSL 17.2º 0.74% 0.4% -
HSV(B) 17.2º 0.85% 0.69% -
XYZ 20.52 13.81 2.62 -
YUV 97.09 88.45 185 -
System Red Green Blue C M Y K H S L
Decimal 177 70 27 0 0.60 0.85 0.31 17.2 0.74 0.4
Hex B1 46 1B 0 3C 55 1F 11 4A 28
Octal 261 106 33 0 74 125 37 21 112 50
Binary 10110001 1000110 11011 0 111100 1010101 11111 10001 1001010 101000

Color Harmonies of #B1461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1461B

Black with #B1461B

Text Example


Text Example

White with #B1461B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1461B; }

 p { color: rgb(177,70,27); }

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

background-color css

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

 a { background-color: rgb(177,70,27); }

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

border-color css

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

 span { border-color: rgb(177,70,27); }

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