Html Css Color HEX #B13906 Rust

📋 copy color: '#B13906'

red 177 ◦ green 57 ◦ blue 6

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

Shades of Rust #B13906

Tints of Rust #B13906

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.75%

 BLUE value IS 6 (2.73% from 255) = 2.5%

R = 73.75%
G = 23.75%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B13906 (or 0xB13906) is known color: Rust. HEX triplet: B1, 39 and 06. RGB value is (177,57,6). Sum of RGB (Red+Green+Blue) = 177+57+6=240 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.75% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 177 - color contains mainly: red. Hex color #B13906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13906 is #4EC6F9. Grayscale: #575757. Windows color (decimal): -5162746 or 407985. OLE color: 407985.

HSL color Cylindrical-coordinate representation of color #B13906: hue angle of 17.89º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B13906 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 57 6 -
CMYK 0 0.68 0.97 0.31
HSL 17.89º 0.93% 0.36% -
HSV(B) 17.89º 0.97% 0.69% -
XYZ 19.63 12.29 1.51 -
YUV 87.07 82.26 192.15 -
System Red Green Blue C M Y K H S L
Decimal 177 57 6 0 0.68 0.97 0.31 17.89 0.93 0.36
Hex B1 39 6 0 44 61 1F 12 5D 24
Octal 261 71 6 0 104 141 37 22 135 44
Binary 10110001 111001 110 0 1000100 1100001 11111 10010 1011101 100100

Color Harmonies of #B13906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13906

Black with #B13906

Text Example


Text Example

White with #B13906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13906; }

 p { color: rgb(177,57,6); }

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

background-color css

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

 a { background-color: rgb(177,57,6); }

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

border-color css

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

 span { border-color: rgb(177,57,6); }

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