Html Css Color HEX #B3560F Rust

📋 copy color: '#B3560F'

red 179 ◦ green 86 ◦ blue 15

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

Shades of Rust #B3560F

Tints of Rust #B3560F

RGB

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

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

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

R = 63.93%
G = 30.71%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B3560F (or 0xB3560F) is known color: Rust. HEX triplet: B3, 56 and 0F. RGB value is (179,86,15). Sum of RGB (Red+Green+Blue) = 179+86+15=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B3560F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3560F is #4CA9F0. Grayscale: #6A6A6A. Windows color (decimal): -5024241 or 1005235. OLE color: 1005235.

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

Color convert

RGB 179 86 15 -
CMYK 0 0.52 0.92 0.30
HSL 25.98º 0.85% 0.38% -
HSV(B) 25.98º 0.92% 0.7% -
XYZ 22 16.27 2.43 -
YUV 105.71 76.81 180.27 -
System Red Green Blue C M Y K H S L
Decimal 179 86 15 0 0.52 0.92 0.30 25.98 0.85 0.38
Hex B3 56 F 0 34 5C 1E 1A 55 26
Octal 263 126 17 0 64 134 36 32 125 46
Binary 10110011 1010110 1111 0 110100 1011100 11110 11010 1010101 100110

Color Harmonies of #B3560F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3560F

Black with #B3560F

Text Example


Text Example

White with #B3560F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3560F; }

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

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

background-color css

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

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

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

border-color css

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

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

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