Html Css Color HEX #B4560C Rust

📋 copy color: '#B4560C'

red 180 ◦ green 86 ◦ blue 12

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

Shades of Rust #B4560C

Tints of Rust #B4560C

RGB

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

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

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

R = 64.75%
G = 30.94%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4560C (or 0xB4560C) is known color: Rust. HEX triplet: B4, 56 and 0C. RGB value is (180,86,12). Sum of RGB (Red+Green+Blue) = 180+86+12=278 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.75% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 180 - color contains mainly: red. Hex color #B4560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4560C is #4BA9F3. Grayscale: #6A6A6A. Windows color (decimal): -4958708 or 808628. OLE color: 808628.

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

Color convert

RGB 180 86 12 -
CMYK 0 0.52 0.93 0.29
HSL 26.43º 0.88% 0.38% -
HSV(B) 26.43º 0.93% 0.71% -
XYZ 22.22 16.39 2.34 -
YUV 105.67 75.14 181.02 -
System Red Green Blue C M Y K H S L
Decimal 180 86 12 0 0.52 0.93 0.29 26.43 0.88 0.38
Hex B4 56 C 0 34 5D 1D 1A 58 26
Octal 264 126 14 0 64 135 35 32 130 46
Binary 10110100 1010110 1100 0 110100 1011101 11101 11010 1011000 100110

Color Harmonies of #B4560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4560C

Black with #B4560C

Text Example


Text Example

White with #B4560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4560C; }

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

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

background-color css

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

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

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

border-color css

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

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

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