Html Css Color HEX #B1461C Rust

📋 copy color: '#B1461C'

red 177 ◦ green 70 ◦ blue 28

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

Shades of Rust #B1461C

Tints of Rust #B1461C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.18%

R = 64.36%
G = 25.45%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1461C (or 0xB1461C) is known color: Rust. HEX triplet: B1, 46 and 1C. RGB value is (177,70,28). Sum of RGB (Red+Green+Blue) = 177+70+28=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B1461C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1461C is #4EB9E3. Grayscale: #616161. Windows color (decimal): -5159396 or 1853105. OLE color: 1853105.

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

Color convert

RGB 177 70 28 -
CMYK 0 0.60 0.84 0.31
HSL 16.91º 0.73% 0.4% -
HSV(B) 16.91º 0.84% 0.69% -
XYZ 20.53 13.81 2.68 -
YUV 97.21 88.95 184.92 -
System Red Green Blue C M Y K H S L
Decimal 177 70 28 0 0.60 0.84 0.31 16.91 0.73 0.4
Hex B1 46 1C 0 3C 54 1F 11 49 28
Octal 261 106 34 0 74 124 37 21 111 50
Binary 10110001 1000110 11100 0 111100 1010100 11111 10001 1001001 101000

Color Harmonies of #B1461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1461C

Black with #B1461C

Text Example


Text Example

White with #B1461C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1461C; }

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

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

background-color css

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

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

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

border-color css

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

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

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