Html Css Color HEX #B13E13 Rust

📋 copy color: '#B13E13'

red 177 ◦ green 62 ◦ blue 19

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

Shades of Rust #B13E13

Tints of Rust #B13E13

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.03%

 BLUE value IS 19 (7.81% from 255) = 7.36%

R = 68.6%
G = 24.03%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B13E13 (or 0xB13E13) is known color: Rust. HEX triplet: B1, 3E and 13. RGB value is (177,62,19). Sum of RGB (Red+Green+Blue) = 177+62+19=258 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.60% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13E13 is #4EC1EC. Grayscale: #5B5B5B. Windows color (decimal): -5161453 or 1261233. OLE color: 1261233.

HSL color Cylindrical-coordinate representation of color #B13E13: hue angle of 16.33º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B13E13 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 62 19 -
CMYK 0 0.65 0.89 0.31
HSL 16.33º 0.81% 0.38% -
HSV(B) 16.33º 0.89% 0.69% -
XYZ 19.97 12.84 2.04 -
YUV 91.48 87.1 189 -
System Red Green Blue C M Y K H S L
Decimal 177 62 19 0 0.65 0.89 0.31 16.33 0.81 0.38
Hex B1 3E 13 0 41 59 1F 10 51 26
Octal 261 76 23 0 101 131 37 20 121 46
Binary 10110001 111110 10011 0 1000001 1011001 11111 10000 1010001 100110

Color Harmonies of #B13E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13E13

Black with #B13E13

Text Example


Text Example

White with #B13E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13E13; }

 p { color: rgb(177,62,19); }

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

background-color css

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

 a { background-color: rgb(177,62,19); }

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

border-color css

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

 span { border-color: rgb(177,62,19); }

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