Html Css Color HEX #B13613 Rust

📋 copy color: '#B13613'

red 177 ◦ green 54 ◦ blue 19

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

Shades of Rust #B13613

Tints of Rust #B13613

RGB

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

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

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

R = 70.8%
G = 21.6%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B13613 (or 0xB13613) is known color: Rust. HEX triplet: B1, 36 and 13. RGB value is (177,54,19). Sum of RGB (Red+Green+Blue) = 177+54+19=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B13613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13613 is #4EC9EC. Grayscale: #575757. Windows color (decimal): -5163501 or 1259185. OLE color: 1259185.

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

Color convert

RGB 177 54 19 -
CMYK 0 0.69 0.89 0.31
HSL 13.29º 0.81% 0.38% -
HSV(B) 13.29º 0.89% 0.69% -
XYZ 19.57 12.03 1.91 -
YUV 86.79 89.75 192.35 -
System Red Green Blue C M Y K H S L
Decimal 177 54 19 0 0.69 0.89 0.31 13.29 0.81 0.38
Hex B1 36 13 0 45 59 1F D 51 26
Octal 261 66 23 0 105 131 37 15 121 46
Binary 10110001 110110 10011 0 1000101 1011001 11111 1101 1010001 100110

Color Harmonies of #B13613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13613

Black with #B13613

Text Example


Text Example

White with #B13613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13613; }

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

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

background-color css

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

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

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

border-color css

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

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

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