Html Css Color HEX #B1431B Rust

📋 copy color: '#B1431B'

red 177 ◦ green 67 ◦ blue 27

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

Shades of Rust #B1431B

Tints of Rust #B1431B

RGB

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

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

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

R = 65.31%
G = 24.72%
B = 9.96%

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

#B1431B (or 0xB1431B) is known color: Rust. HEX triplet: B1, 43 and 1B. RGB value is (177,67,27). Sum of RGB (Red+Green+Blue) = 177+67+27=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B1431B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1431B is #4EBCE4. Grayscale: #5F5F5F. Windows color (decimal): -5160165 or 1786801. OLE color: 1786801.

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

Color convert

RGB 177 67 27 -
CMYK 0 0.62 0.85 0.31
HSL 16º 0.74% 0.4% -
HSV(B) 16º 0.85% 0.69% -
XYZ 20.34 13.44 2.56 -
YUV 95.33 89.44 186.25 -
System Red Green Blue C M Y K H S L
Decimal 177 67 27 0 0.62 0.85 0.31 16 0.74 0.4
Hex B1 43 1B 0 3E 55 1F 10 4A 28
Octal 261 103 33 0 76 125 37 20 112 50
Binary 10110001 1000011 11011 0 111110 1010101 11111 10000 1001010 101000

Color Harmonies of #B1431B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1431B

Black with #B1431B

Text Example


Text Example

White with #B1431B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1431B; }

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

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

background-color css

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

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

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

border-color css

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

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

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