Html Css Color HEX #B2560C Rust

📋 copy color: '#B2560C'

red 178 ◦ green 86 ◦ blue 12

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

Shades of Rust #B2560C

Tints of Rust #B2560C

RGB

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

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

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

R = 64.49%
G = 31.16%
B = 4.35%

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

#B2560C (or 0xB2560C) is known color: Rust. HEX triplet: B2, 56 and 0C. RGB value is (178,86,12). Sum of RGB (Red+Green+Blue) = 178+86+12=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B2560C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2560C is #4DA9F3. Grayscale: #696969. Windows color (decimal): -5089780 or 808626. OLE color: 808626.

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

Color convert

RGB 178 86 12 -
CMYK 0 0.52 0.93 0.30
HSL 26.75º 0.87% 0.37% -
HSV(B) 26.75º 0.93% 0.7% -
XYZ 21.75 16.15 2.32 -
YUV 105.07 75.48 180.02 -
System Red Green Blue C M Y K H S L
Decimal 178 86 12 0 0.52 0.93 0.30 26.75 0.87 0.37
Hex B2 56 C 0 34 5D 1E 1B 57 25
Octal 262 126 14 0 64 135 36 33 127 45
Binary 10110010 1010110 1100 0 110100 1011101 11110 11011 1010111 100101

Color Harmonies of #B2560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2560C

Black with #B2560C

Text Example


Text Example

White with #B2560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2560C; }

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

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

background-color css

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

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

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

border-color css

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

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

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