Html Css Color HEX #B1320B Rust

📋 copy color: '#B1320B'

red 177 ◦ green 50 ◦ blue 11

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

Shades of Rust #B1320B

Tints of Rust #B1320B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.01%

 BLUE value IS 11 (4.69% from 255) = 4.62%

R = 74.37%
G = 21.01%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B1320B (or 0xB1320B) is known color: Rust. HEX triplet: B1, 32 and 0B. RGB value is (177,50,11). Sum of RGB (Red+Green+Blue) = 177+50+11=238 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.37% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 177 - color contains mainly: red. Hex color #B1320B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1320B is #4ECDF4. Grayscale: #535353. Windows color (decimal): -5164533 or 733873. OLE color: 733873.

HSL color Cylindrical-coordinate representation of color #B1320B: hue angle of 14.1º degrees, saturation: 0.88, 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 #B1320B is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 50 11 -
CMYK 0 0.72 0.94 0.31
HSL 14.1º 0.88% 0.37% -
HSV(B) 14.1º 0.94% 0.69% -
XYZ 19.33 11.65 1.55 -
YUV 83.53 87.08 194.67 -
System Red Green Blue C M Y K H S L
Decimal 177 50 11 0 0.72 0.94 0.31 14.1 0.88 0.37
Hex B1 32 B 0 48 5E 1F E 58 25
Octal 261 62 13 0 110 136 37 16 130 45
Binary 10110001 110010 1011 0 1001000 1011110 11111 1110 1011000 100101

Color Harmonies of #B1320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1320B

Black with #B1320B

Text Example


Text Example

White with #B1320B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1320B; }

 p { color: rgb(177,50,11); }

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

background-color css

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

 a { background-color: rgb(177,50,11); }

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

border-color css

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

 span { border-color: rgb(177,50,11); }

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