Html Css Color HEX #B1431A Rust

📋 copy color: '#B1431A'

red 177 ◦ green 67 ◦ blue 26

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

Shades of Rust #B1431A

Tints of Rust #B1431A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.81%

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

R = 65.56%
G = 24.81%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1431A (or 0xB1431A) is known color: Rust. HEX triplet: B1, 43 and 1A. RGB value is (177,67,26). Sum of RGB (Red+Green+Blue) = 177+67+26=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B1431A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1431A is #4EBCE5. Grayscale: #5F5F5F. Windows color (decimal): -5160166 or 1721265. OLE color: 1721265.

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

Color convert

RGB 177 67 26 -
CMYK 0 0.62 0.85 0.31
HSL 16.29º 0.74% 0.4% -
HSV(B) 16.29º 0.85% 0.69% -
XYZ 20.33 13.44 2.5 -
YUV 95.22 88.94 186.33 -
System Red Green Blue C M Y K H S L
Decimal 177 67 26 0 0.62 0.85 0.31 16.29 0.74 0.4
Hex B1 43 1A 0 3E 55 1F 10 4A 28
Octal 261 103 32 0 76 125 37 20 112 50
Binary 10110001 1000011 11010 0 111110 1010101 11111 10000 1001010 101000

Color Harmonies of #B1431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1431A

Black with #B1431A

Text Example


Text Example

White with #B1431A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1431A; }

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

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

background-color css

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

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

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

border-color css

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

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

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