Html Css Color HEX #B1431E Rust

📋 copy color: '#B1431E'

red 177 ◦ green 67 ◦ blue 30

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

Shades of Rust #B1431E

Tints of Rust #B1431E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.95%

R = 64.6%
G = 24.45%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B1431E (or 0xB1431E) is known color: Rust. HEX triplet: B1, 43 and 1E. RGB value is (177,67,30). Sum of RGB (Red+Green+Blue) = 177+67+30=274 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.60% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 177 - color contains mainly: red. Hex color #B1431E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1431E is #4EBCE1. Grayscale: #5F5F5F. Windows color (decimal): -5160162 or 1983409. OLE color: 1983409.

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

Color convert

RGB 177 67 30 -
CMYK 0 0.62 0.83 0.31
HSL 15.1º 0.71% 0.41% -
HSV(B) 15.1º 0.83% 0.69% -
XYZ 20.37 13.46 2.75 -
YUV 95.67 90.94 186.01 -
System Red Green Blue C M Y K H S L
Decimal 177 67 30 0 0.62 0.83 0.31 15.1 0.71 0.41
Hex B1 43 1E 0 3E 53 1F F 47 29
Octal 261 103 36 0 76 123 37 17 107 51
Binary 10110001 1000011 11110 0 111110 1010011 11111 1111 1000111 101001

Color Harmonies of #B1431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1431E

Black with #B1431E

Text Example


Text Example

White with #B1431E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1431E; }

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

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

background-color css

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

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

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

border-color css

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

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

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