Html Css Color HEX #B3560C Rust

📋 copy color: '#B3560C'

red 179 ◦ green 86 ◦ blue 12

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

Shades of Rust #B3560C

Tints of Rust #B3560C

RGB

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

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

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

R = 64.62%
G = 31.05%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B3560C (or 0xB3560C) is known color: Rust. HEX triplet: B3, 56 and 0C. RGB value is (179,86,12). Sum of RGB (Red+Green+Blue) = 179+86+12=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B3560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3560C is #4CA9F3. Grayscale: #696969. Windows color (decimal): -5024244 or 808627. OLE color: 808627.

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

Color convert

RGB 179 86 12 -
CMYK 0 0.52 0.93 0.30
HSL 26.59º 0.87% 0.37% -
HSV(B) 26.59º 0.93% 0.7% -
XYZ 21.98 16.27 2.33 -
YUV 105.37 75.31 180.52 -
System Red Green Blue C M Y K H S L
Decimal 179 86 12 0 0.52 0.93 0.30 26.59 0.87 0.37
Hex B3 56 C 0 34 5D 1E 1B 57 25
Octal 263 126 14 0 64 135 36 33 127 45
Binary 10110011 1010110 1100 0 110100 1011101 11110 11011 1010111 100101

Color Harmonies of #B3560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3560C

Black with #B3560C

Text Example


Text Example

White with #B3560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3560C; }

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

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

background-color css

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

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

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

border-color css

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

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

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