Html Css Color HEX #B6560F Rust

📋 copy color: '#B6560F'

red 182 ◦ green 86 ◦ blue 15

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

Shades of Rust #B6560F

Tints of Rust #B6560F

RGB

 RED value IS 182 (71.48% from 255) = 64.31%

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

 BLUE value IS 15 (6.25% from 255) = 5.3%

R = 64.31%
G = 30.39%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B6560F (or 0xB6560F) is known color: Rust. HEX triplet: B6, 56 and 0F. RGB value is (182,86,15). Sum of RGB (Red+Green+Blue) = 182+86+15=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B6560F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6560F is #49A9F0. Grayscale: #6A6A6A. Windows color (decimal): -4827633 or 1005238. OLE color: 1005238.

HSL color Cylindrical-coordinate representation of color #B6560F: hue angle of 25.51º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B6560F is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 86 15 -
CMYK 0 0.53 0.92 0.29
HSL 25.51º 0.85% 0.39% -
HSV(B) 25.51º 0.92% 0.71% -
XYZ 22.71 16.64 2.47 -
YUV 106.61 76.3 181.77 -
System Red Green Blue C M Y K H S L
Decimal 182 86 15 0 0.53 0.92 0.29 25.51 0.85 0.39
Hex B6 56 F 0 35 5C 1D 1A 55 27
Octal 266 126 17 0 65 134 35 32 125 47
Binary 10110110 1010110 1111 0 110101 1011100 11101 11010 1010101 100111

Color Harmonies of #B6560F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6560F

Black with #B6560F

Text Example


Text Example

White with #B6560F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6560F; }

 p { color: rgb(182,86,15); }

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

background-color css

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

 a { background-color: rgb(182,86,15); }

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

border-color css

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

 span { border-color: rgb(182,86,15); }

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