Html Css Color HEX #B13610 Rust

📋 copy color: '#B13610'

red 177 ◦ green 54 ◦ blue 16

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

Shades of Rust #B13610

Tints of Rust #B13610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.48%

R = 71.66%
G = 21.86%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B13610 (or 0xB13610) is known color: Rust. HEX triplet: B1, 36 and 10. RGB value is (177,54,16). Sum of RGB (Red+Green+Blue) = 177+54+16=247 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.66% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 177 - color contains mainly: red. Hex color #B13610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13610 is #4EC9EF. Grayscale: #565656. Windows color (decimal): -5163504 or 1062577. OLE color: 1062577.

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

Color convert

RGB 177 54 16 -
CMYK 0 0.69 0.91 0.31
HSL 14.16º 0.83% 0.38% -
HSV(B) 14.16º 0.91% 0.69% -
XYZ 19.54 12.02 1.78 -
YUV 86.45 88.25 192.59 -
System Red Green Blue C M Y K H S L
Decimal 177 54 16 0 0.69 0.91 0.31 14.16 0.83 0.38
Hex B1 36 10 0 45 5B 1F E 53 26
Octal 261 66 20 0 105 133 37 16 123 46
Binary 10110001 110110 10000 0 1000101 1011011 11111 1110 1010011 100110

Color Harmonies of #B13610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13610

Black with #B13610

Text Example


Text Example

White with #B13610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13610; }

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

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

background-color css

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

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

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

border-color css

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

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

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