Html Css Color HEX #B1560C Rust

📋 copy color: '#B1560C'

red 177 ◦ green 86 ◦ blue 12

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

Shades of Rust #B1560C

Tints of Rust #B1560C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.27%

 BLUE value IS 12 (5.08% from 255) = 4.36%

R = 64.36%
G = 31.27%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B1560C (or 0xB1560C) is known color: Rust. HEX triplet: B1, 56 and 0C. RGB value is (177,86,12). Sum of RGB (Red+Green+Blue) = 177+86+12=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B1560C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1560C is #4EA9F3. Grayscale: #696969. Windows color (decimal): -5155316 or 808625. OLE color: 808625.

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

Color convert

RGB 177 86 12 -
CMYK 0 0.51 0.93 0.31
HSL 26.91º 0.87% 0.37% -
HSV(B) 26.91º 0.93% 0.69% -
XYZ 21.53 16.03 2.31 -
YUV 104.77 75.65 179.52 -
System Red Green Blue C M Y K H S L
Decimal 177 86 12 0 0.51 0.93 0.31 26.91 0.87 0.37
Hex B1 56 C 0 33 5D 1F 1B 57 25
Octal 261 126 14 0 63 135 37 33 127 45
Binary 10110001 1010110 1100 0 110011 1011101 11111 11011 1010111 100101

Color Harmonies of #B1560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1560C

Black with #B1560C

Text Example


Text Example

White with #B1560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1560C; }

 p { color: rgb(177,86,12); }

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

background-color css

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

 a { background-color: rgb(177,86,12); }

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

border-color css

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

 span { border-color: rgb(177,86,12); }

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