Html Css Color HEX #B3560B Rust

📋 copy color: '#B3560B'

red 179 ◦ green 86 ◦ blue 11

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

Shades of Rust #B3560B

Tints of Rust #B3560B

RGB

 RED value IS 179 (70.31% from 255) = 64.86%

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

 BLUE value IS 11 (4.69% from 255) = 3.99%

R = 64.86%
G = 31.16%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B3560B (or 0xB3560B) is known color: Rust. HEX triplet: B3, 56 and 0B. RGB value is (179,86,11). Sum of RGB (Red+Green+Blue) = 179+86+11=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B3560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3560B is #4CA9F4. Grayscale: #696969. Windows color (decimal): -5024245 or 743091. OLE color: 743091.

HSL color Cylindrical-coordinate representation of color #B3560B: hue angle of 26.79º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3560B is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 86 11 -
CMYK 0 0.52 0.94 0.30
HSL 26.79º 0.88% 0.37% -
HSV(B) 26.79º 0.94% 0.7% -
XYZ 21.98 16.26 2.3 -
YUV 105.26 74.81 180.6 -
System Red Green Blue C M Y K H S L
Decimal 179 86 11 0 0.52 0.94 0.30 26.79 0.88 0.37
Hex B3 56 B 0 34 5E 1E 1B 58 25
Octal 263 126 13 0 64 136 36 33 130 45
Binary 10110011 1010110 1011 0 110100 1011110 11110 11011 1011000 100101

Color Harmonies of #B3560B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3560B

Black with #B3560B

Text Example


Text Example

White with #B3560B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3560B; }

 p { color: rgb(179,86,11); }

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

background-color css

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

 a { background-color: rgb(179,86,11); }

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

border-color css

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

 span { border-color: rgb(179,86,11); }

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