Html Css Color HEX #B6560C Rust

📋 copy color: '#B6560C'

red 182 ◦ green 86 ◦ blue 12

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

Shades of Rust #B6560C

Tints of Rust #B6560C

RGB

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

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

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

R = 65%
G = 30.71%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B6560C (or 0xB6560C) is known color: Rust. HEX triplet: B6, 56 and 0C. RGB value is (182,86,12). Sum of RGB (Red+Green+Blue) = 182+86+12=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B6560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6560C is #49A9F3. Grayscale: #6A6A6A. Windows color (decimal): -4827636 or 808630. OLE color: 808630.

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

Color convert

RGB 182 86 12 -
CMYK 0 0.53 0.93 0.29
HSL 26.12º 0.88% 0.38% -
HSV(B) 26.12º 0.93% 0.71% -
XYZ 22.69 16.63 2.36 -
YUV 106.27 74.8 182.02 -
System Red Green Blue C M Y K H S L
Decimal 182 86 12 0 0.53 0.93 0.29 26.12 0.88 0.38
Hex B6 56 C 0 35 5D 1D 1A 58 26
Octal 266 126 14 0 65 135 35 32 130 46
Binary 10110110 1010110 1100 0 110101 1011101 11101 11010 1011000 100110

Color Harmonies of #B6560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6560C

Black with #B6560C

Text Example


Text Example

White with #B6560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6560C; }

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

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

background-color css

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

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

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

border-color css

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

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

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