Html Css Color HEX #B13316 Rust

📋 copy color: '#B13316'

red 177 ◦ green 51 ◦ blue 22

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

Shades of Rust #B13316

Tints of Rust #B13316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.4%

 BLUE value IS 22 (8.98% from 255) = 8.8%

R = 70.8%
G = 20.4%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B13316 (or 0xB13316) is known color: Rust. HEX triplet: B1, 33 and 16. RGB value is (177,51,22). Sum of RGB (Red+Green+Blue) = 177+51+22=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B13316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13316 is #4ECCE9. Grayscale: #555555. Windows color (decimal): -5164266 or 1455025. OLE color: 1455025.

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

Color convert

RGB 177 51 22 -
CMYK 0 0.71 0.88 0.31
HSL 11.23º 0.78% 0.39% -
HSV(B) 11.23º 0.88% 0.69% -
XYZ 19.46 11.77 2.01 -
YUV 85.37 92.24 193.36 -
System Red Green Blue C M Y K H S L
Decimal 177 51 22 0 0.71 0.88 0.31 11.23 0.78 0.39
Hex B1 33 16 0 47 58 1F B 4E 27
Octal 261 63 26 0 107 130 37 13 116 47
Binary 10110001 110011 10110 0 1000111 1011000 11111 1011 1001110 100111

Color Harmonies of #B13316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13316

Black with #B13316

Text Example


Text Example

White with #B13316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13316; }

 p { color: rgb(177,51,22); }

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

background-color css

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

 a { background-color: rgb(177,51,22); }

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

border-color css

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

 span { border-color: rgb(177,51,22); }

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