Html Css Color HEX #B13615 Rust

📋 copy color: '#B13615'

red 177 ◦ green 54 ◦ blue 21

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

Shades of Rust #B13615

Tints of Rust #B13615

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.43%

 BLUE value IS 21 (8.59% from 255) = 8.33%

R = 70.24%
G = 21.43%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B13615 (or 0xB13615) is known color: Rust. HEX triplet: B1, 36 and 15. RGB value is (177,54,21). Sum of RGB (Red+Green+Blue) = 177+54+21=252 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.24% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 177 - color contains mainly: red. Hex color #B13615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13615 is #4EC9EA. Grayscale: #575757. Windows color (decimal): -5163499 or 1390257. OLE color: 1390257.

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

Color convert

RGB 177 54 21 -
CMYK 0 0.69 0.88 0.31
HSL 12.69º 0.79% 0.39% -
HSV(B) 12.69º 0.88% 0.69% -
XYZ 19.59 12.04 2 -
YUV 87.02 90.75 192.18 -
System Red Green Blue C M Y K H S L
Decimal 177 54 21 0 0.69 0.88 0.31 12.69 0.79 0.39
Hex B1 36 15 0 45 58 1F D 4F 27
Octal 261 66 25 0 105 130 37 15 117 47
Binary 10110001 110110 10101 0 1000101 1011000 11111 1101 1001111 100111

Color Harmonies of #B13615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13615

Black with #B13615

Text Example


Text Example

White with #B13615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13615; }

 p { color: rgb(177,54,21); }

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

background-color css

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

 a { background-color: rgb(177,54,21); }

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

border-color css

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

 span { border-color: rgb(177,54,21); }

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