Html Css Color HEX #B1431F Rust

📋 copy color: '#B1431F'

red 177 ◦ green 67 ◦ blue 31

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

Shades of Rust #B1431F

Tints of Rust #B1431F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.27%

R = 64.36%
G = 24.36%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B1431F (or 0xB1431F) is known color: Rust. HEX triplet: B1, 43 and 1F. RGB value is (177,67,31). Sum of RGB (Red+Green+Blue) = 177+67+31=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B1431F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1431F is #4EBCE0. Grayscale: #606060. Windows color (decimal): -5160161 or 2048945. OLE color: 2048945.

HSL color Cylindrical-coordinate representation of color #B1431F: hue angle of 14.79º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B1431F is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 67 31 -
CMYK 0 0.62 0.82 0.31
HSL 14.79º 0.7% 0.41% -
HSV(B) 14.79º 0.82% 0.69% -
XYZ 20.39 13.46 2.82 -
YUV 95.79 91.44 185.93 -
System Red Green Blue C M Y K H S L
Decimal 177 67 31 0 0.62 0.82 0.31 14.79 0.7 0.41
Hex B1 43 1F 0 3E 52 1F F 46 29
Octal 261 103 37 0 76 122 37 17 106 51
Binary 10110001 1000011 11111 0 111110 1010010 11111 1111 1000110 101001

Color Harmonies of #B1431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1431F

Black with #B1431F

Text Example


Text Example

White with #B1431F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1431F; }

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

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

background-color css

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

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

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

border-color css

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

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

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