Html Css Color HEX #B1400A Rust

📋 copy color: '#B1400A'

red 177 ◦ green 64 ◦ blue 10

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

Shades of Rust #B1400A

Tints of Rust #B1400A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.98%

R = 70.52%
G = 25.5%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B1400A (or 0xB1400A) is known color: Rust. HEX triplet: B1, 40 and 0A. RGB value is (177,64,10). Sum of RGB (Red+Green+Blue) = 177+64+10=251 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.52% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 177 - color contains mainly: red. Hex color #B1400A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1400A is #4EBFF5. Grayscale: #5B5B5B. Windows color (decimal): -5160950 or 671921. OLE color: 671921.

HSL color Cylindrical-coordinate representation of color #B1400A: hue angle of 19.4º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1400A is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 64 10 -
CMYK 0 0.64 0.94 0.31
HSL 19.4º 0.89% 0.37% -
HSV(B) 19.4º 0.94% 0.69% -
XYZ 20.02 13.04 1.75 -
YUV 91.63 81.94 188.89 -
System Red Green Blue C M Y K H S L
Decimal 177 64 10 0 0.64 0.94 0.31 19.4 0.89 0.37
Hex B1 40 A 0 40 5E 1F 13 59 25
Octal 261 100 12 0 100 136 37 23 131 45
Binary 10110001 1000000 1010 0 1000000 1011110 11111 10011 1011001 100101

Color Harmonies of #B1400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1400A

Black with #B1400A

Text Example


Text Example

White with #B1400A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1400A; }

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

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

background-color css

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

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

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

border-color css

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

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

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