Html Css Color HEX #B1401A Rust

📋 copy color: '#B1401A'

red 177 ◦ green 64 ◦ blue 26

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

Shades of Rust #B1401A

Tints of Rust #B1401A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.74%

R = 66.29%
G = 23.97%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1401A (or 0xB1401A) is known color: Rust. HEX triplet: B1, 40 and 1A. RGB value is (177,64,26). Sum of RGB (Red+Green+Blue) = 177+64+26=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B1401A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1401A is #4EBFE5. Grayscale: #5D5D5D. Windows color (decimal): -5160934 or 1720497. OLE color: 1720497.

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

Color convert

RGB 177 64 26 -
CMYK 0 0.64 0.85 0.31
HSL 15.1º 0.74% 0.4% -
HSV(B) 15.1º 0.85% 0.69% -
XYZ 20.15 13.09 2.44 -
YUV 93.46 89.94 187.59 -
System Red Green Blue C M Y K H S L
Decimal 177 64 26 0 0.64 0.85 0.31 15.1 0.74 0.4
Hex B1 40 1A 0 40 55 1F F 4A 28
Octal 261 100 32 0 100 125 37 17 112 50
Binary 10110001 1000000 11010 0 1000000 1010101 11111 1111 1001010 101000

Color Harmonies of #B1401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1401A

Black with #B1401A

Text Example


Text Example

White with #B1401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1401A; }

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

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

background-color css

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

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

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

border-color css

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

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

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