Html Css Color HEX #B1320D Rust

📋 copy color: '#B1320D'

red 177 ◦ green 50 ◦ blue 13

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

Shades of Rust #B1320D

Tints of Rust #B1320D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.42%

R = 73.75%
G = 20.83%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B1320D (or 0xB1320D) is known color: Rust. HEX triplet: B1, 32 and 0D. RGB value is (177,50,13). Sum of RGB (Red+Green+Blue) = 177+50+13=240 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.75% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 177 - color contains mainly: red. Hex color #B1320D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1320D is #4ECDF2. Grayscale: #545454. Windows color (decimal): -5164531 or 864945. OLE color: 864945.

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

Color convert

RGB 177 50 13 -
CMYK 0 0.72 0.93 0.31
HSL 13.54º 0.86% 0.37% -
HSV(B) 13.54º 0.93% 0.69% -
XYZ 19.34 11.66 1.61 -
YUV 83.76 88.08 194.51 -
System Red Green Blue C M Y K H S L
Decimal 177 50 13 0 0.72 0.93 0.31 13.54 0.86 0.37
Hex B1 32 D 0 48 5D 1F E 56 25
Octal 261 62 15 0 110 135 37 16 126 45
Binary 10110001 110010 1101 0 1001000 1011101 11111 1110 1010110 100101

Color Harmonies of #B1320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1320D

Black with #B1320D

Text Example


Text Example

White with #B1320D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1320D; }

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

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

background-color css

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

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

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

border-color css

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

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

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