Html Css Color HEX #B4560B Rust

📋 copy color: '#B4560B'

red 180 ◦ green 86 ◦ blue 11

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

Shades of Rust #B4560B

Tints of Rust #B4560B

RGB

 RED value IS 180 (70.7% from 255) = 64.98%

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

 BLUE value IS 11 (4.69% from 255) = 3.97%

R = 64.98%
G = 31.05%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B4560B (or 0xB4560B) is known color: Rust. HEX triplet: B4, 56 and 0B. RGB value is (180,86,11). Sum of RGB (Red+Green+Blue) = 180+86+11=277 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.98% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 180 - color contains mainly: red. Hex color #B4560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4560B is #4BA9F4. Grayscale: #696969. Windows color (decimal): -4958709 or 743092. OLE color: 743092.

HSL color Cylindrical-coordinate representation of color #B4560B: hue angle of 26.63º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4560B is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 86 11 -
CMYK 0 0.52 0.94 0.29
HSL 26.63º 0.88% 0.37% -
HSV(B) 26.63º 0.94% 0.71% -
XYZ 22.21 16.38 2.31 -
YUV 105.56 74.64 181.1 -
System Red Green Blue C M Y K H S L
Decimal 180 86 11 0 0.52 0.94 0.29 26.63 0.88 0.37
Hex B4 56 B 0 34 5E 1D 1B 58 25
Octal 264 126 13 0 64 136 35 33 130 45
Binary 10110100 1010110 1011 0 110100 1011110 11101 11011 1011000 100101

Color Harmonies of #B4560B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4560B

Black with #B4560B

Text Example


Text Example

White with #B4560B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4560B; }

 p { color: rgb(180,86,11); }

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

background-color css

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

 a { background-color: rgb(180,86,11); }

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

border-color css

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

 span { border-color: rgb(180,86,11); }

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