Html Css Color HEX #B13D11 Rust

📋 copy color: '#B13D11'

red 177 ◦ green 61 ◦ blue 17

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

Shades of Rust #B13D11

Tints of Rust #B13D11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.67%

R = 69.41%
G = 23.92%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B13D11 (or 0xB13D11) is known color: Rust. HEX triplet: B1, 3D and 11. RGB value is (177,61,17). Sum of RGB (Red+Green+Blue) = 177+61+17=255 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.41% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13D11 is #4EC2EE. Grayscale: #5A5A5A. Windows color (decimal): -5161711 or 1129905. OLE color: 1129905.

HSL color Cylindrical-coordinate representation of color #B13D11: hue angle of 16.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B13D11 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 61 17 -
CMYK 0 0.66 0.90 0.31
HSL 16.5º 0.82% 0.38% -
HSV(B) 16.5º 0.9% 0.69% -
XYZ 19.9 12.73 1.94 -
YUV 90.67 86.43 189.58 -
System Red Green Blue C M Y K H S L
Decimal 177 61 17 0 0.66 0.90 0.31 16.5 0.82 0.38
Hex B1 3D 11 0 42 5A 1F 10 52 26
Octal 261 75 21 0 102 132 37 20 122 46
Binary 10110001 111101 10001 0 1000010 1011010 11111 10000 1010010 100110

Color Harmonies of #B13D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13D11

Black with #B13D11

Text Example


Text Example

White with #B13D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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