Html Css Color HEX #B13F17 Rust

📋 copy color: '#B13F17'

red 177 ◦ green 63 ◦ blue 23

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

Shades of Rust #B13F17

Tints of Rust #B13F17

RGB

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

 GREEN value IS 63 (25% from 255) = 23.95%

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

R = 67.3%
G = 23.95%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B13F17 (or 0xB13F17) is known color: Rust. HEX triplet: B1, 3F and 17. RGB value is (177,63,23). Sum of RGB (Red+Green+Blue) = 177+63+23=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 23 (9.38% from 255 or 8.75% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13F17 is #4EC0E8. Grayscale: #5C5C5C. Windows color (decimal): -5161193 or 1523633. OLE color: 1523633.

HSL color Cylindrical-coordinate representation of color #B13F17: hue angle of 15.58º 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 #B13F17 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 63 23 -
CMYK 0 0.64 0.87 0.31
HSL 15.58º 0.77% 0.39% -
HSV(B) 15.58º 0.87% 0.69% -
XYZ 20.06 12.96 2.26 -
YUV 92.53 88.77 188.25 -
System Red Green Blue C M Y K H S L
Decimal 177 63 23 0 0.64 0.87 0.31 15.58 0.77 0.39
Hex B1 3F 17 0 40 57 1F 10 4D 27
Octal 261 77 27 0 100 127 37 20 115 47
Binary 10110001 111111 10111 0 1000000 1010111 11111 10000 1001101 100111

Color Harmonies of #B13F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13F17

Black with #B13F17

Text Example


Text Example

White with #B13F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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