Html Css Color HEX #B13D17 Rust

📋 copy color: '#B13D17'

red 177 ◦ green 61 ◦ blue 23

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

Shades of Rust #B13D17

Tints of Rust #B13D17

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.37%

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

R = 67.82%
G = 23.37%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B13D17 (or 0xB13D17) is known color: Rust. HEX triplet: B1, 3D and 17. RGB value is (177,61,23). Sum of RGB (Red+Green+Blue) = 177+61+23=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13D17 is #4EC2E8. Grayscale: #5B5B5B. Windows color (decimal): -5161705 or 1523121. OLE color: 1523121.

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

Color convert

RGB 177 61 23 -
CMYK 0 0.66 0.87 0.31
HSL 14.81º 0.77% 0.39% -
HSV(B) 14.81º 0.87% 0.69% -
XYZ 19.95 12.75 2.22 -
YUV 91.35 89.43 189.09 -
System Red Green Blue C M Y K H S L
Decimal 177 61 23 0 0.66 0.87 0.31 14.81 0.77 0.39
Hex B1 3D 17 0 42 57 1F F 4D 27
Octal 261 75 27 0 102 127 37 17 115 47
Binary 10110001 111101 10111 0 1000010 1010111 11111 1111 1001101 100111

Color Harmonies of #B13D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13D17

Black with #B13D17

Text Example


Text Example

White with #B13D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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