Html Css Color HEX #B1401C Rust

📋 copy color: '#B1401C'

red 177 ◦ green 64 ◦ blue 28

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

Shades of Rust #B1401C

Tints of Rust #B1401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.79%

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

R = 65.8%
G = 23.79%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1401C (or 0xB1401C) is known color: Rust. HEX triplet: B1, 40 and 1C. RGB value is (177,64,28). Sum of RGB (Red+Green+Blue) = 177+64+28=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B1401C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1401C is #4EBFE3. Grayscale: #5D5D5D. Windows color (decimal): -5160932 or 1851569. OLE color: 1851569.

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

Color convert

RGB 177 64 28 -
CMYK 0 0.64 0.84 0.31
HSL 14.5º 0.73% 0.4% -
HSV(B) 14.5º 0.84% 0.69% -
XYZ 20.17 13.1 2.56 -
YUV 93.68 90.94 187.43 -
System Red Green Blue C M Y K H S L
Decimal 177 64 28 0 0.64 0.84 0.31 14.5 0.73 0.4
Hex B1 40 1C 0 40 54 1F E 49 28
Octal 261 100 34 0 100 124 37 16 111 50
Binary 10110001 1000000 11100 0 1000000 1010100 11111 1110 1001001 101000

Color Harmonies of #B1401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1401C

Black with #B1401C

Text Example


Text Example

White with #B1401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1401C; }

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

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

background-color css

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

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

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

border-color css

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

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

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