Html Css Color HEX #B2560F Rust

📋 copy color: '#B2560F'

red 178 ◦ green 86 ◦ blue 15

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

Shades of Rust #B2560F

Tints of Rust #B2560F

RGB

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

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

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

R = 63.8%
G = 30.82%
B = 5.38%

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

#B2560F (or 0xB2560F) is known color: Rust. HEX triplet: B2, 56 and 0F. RGB value is (178,86,15). Sum of RGB (Red+Green+Blue) = 178+86+15=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B2560F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2560F is #4DA9F0. Grayscale: #696969. Windows color (decimal): -5089777 or 1005234. OLE color: 1005234.

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

Color convert

RGB 178 86 15 -
CMYK 0 0.52 0.92 0.30
HSL 26.13º 0.84% 0.38% -
HSV(B) 26.13º 0.92% 0.7% -
XYZ 21.77 16.16 2.42 -
YUV 105.41 76.98 179.77 -
System Red Green Blue C M Y K H S L
Decimal 178 86 15 0 0.52 0.92 0.30 26.13 0.84 0.38
Hex B2 56 F 0 34 5C 1E 1A 54 26
Octal 262 126 17 0 64 134 36 32 124 46
Binary 10110010 1010110 1111 0 110100 1011100 11110 11010 1010100 100110

Color Harmonies of #B2560F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2560F

Black with #B2560F

Text Example


Text Example

White with #B2560F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2560F; }

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

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

background-color css

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

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

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

border-color css

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

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

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