Html Css Color HEX #B2560E Rust

📋 copy color: '#B2560E'

red 178 ◦ green 86 ◦ blue 14

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

Shades of Rust #B2560E

Tints of Rust #B2560E

RGB

 RED value IS 178 (69.92% from 255) = 64.03%

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

 BLUE value IS 14 (5.86% from 255) = 5.04%

R = 64.03%
G = 30.94%
B = 5.04%

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

#B2560E (or 0xB2560E) is known color: Rust. HEX triplet: B2, 56 and 0E. RGB value is (178,86,14). Sum of RGB (Red+Green+Blue) = 178+86+14=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B2560E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2560E is #4DA9F1. Grayscale: #696969. Windows color (decimal): -5089778 or 939698. OLE color: 939698.

HSL color Cylindrical-coordinate representation of color #B2560E: hue angle of 26.34º 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 #B2560E is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 86 14 -
CMYK 0 0.52 0.92 0.30
HSL 26.34º 0.85% 0.38% -
HSV(B) 26.34º 0.92% 0.7% -
XYZ 21.77 16.15 2.39 -
YUV 105.3 76.48 179.85 -
System Red Green Blue C M Y K H S L
Decimal 178 86 14 0 0.52 0.92 0.30 26.34 0.85 0.38
Hex B2 56 E 0 34 5C 1E 1A 55 26
Octal 262 126 16 0 64 134 36 32 125 46
Binary 10110010 1010110 1110 0 110100 1011100 11110 11010 1010101 100110

Color Harmonies of #B2560E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2560E

Black with #B2560E

Text Example


Text Example

White with #B2560E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2560E; }

 p { color: rgb(178,86,14); }

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

background-color css

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

 a { background-color: rgb(178,86,14); }

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

border-color css

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

 span { border-color: rgb(178,86,14); }

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