Html Css Color HEX #B13617 Rust

📋 copy color: '#B13617'

red 177 ◦ green 54 ◦ blue 23

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

Shades of Rust #B13617

Tints of Rust #B13617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.06%

R = 69.69%
G = 21.26%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B13617 (or 0xB13617) is known color: Rust. HEX triplet: B1, 36 and 17. RGB value is (177,54,23). Sum of RGB (Red+Green+Blue) = 177+54+23=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B13617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13617 is #4EC9E8. Grayscale: #575757. Windows color (decimal): -5163497 or 1521329. OLE color: 1521329.

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

Color convert

RGB 177 54 23 -
CMYK 0 0.69 0.87 0.31
HSL 12.08º 0.77% 0.39% -
HSV(B) 12.08º 0.87% 0.69% -
XYZ 19.61 12.05 2.1 -
YUV 87.24 91.75 192.02 -
System Red Green Blue C M Y K H S L
Decimal 177 54 23 0 0.69 0.87 0.31 12.08 0.77 0.39
Hex B1 36 17 0 45 57 1F C 4D 27
Octal 261 66 27 0 105 127 37 14 115 47
Binary 10110001 110110 10111 0 1000101 1010111 11111 1100 1001101 100111

Color Harmonies of #B13617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13617

Black with #B13617

Text Example


Text Example

White with #B13617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13617; }

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

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

background-color css

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

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

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

border-color css

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

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

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