Html Css Color HEX #B8560E Rust

📋 copy color: '#B8560E'

red 184 ◦ green 86 ◦ blue 14

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

Shades of Rust #B8560E

Tints of Rust #B8560E

RGB

 RED value IS 184 (72.27% from 255) = 64.79%

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

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

R = 64.79%
G = 30.28%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B8560E (or 0xB8560E) is known color: Rust. HEX triplet: B8, 56 and 0E. RGB value is (184,86,14). Sum of RGB (Red+Green+Blue) = 184+86+14=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B8560E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8560E is #47A9F1. Grayscale: #6B6B6B. Windows color (decimal): -4696562 or 939704. OLE color: 939704.

HSL color Cylindrical-coordinate representation of color #B8560E: hue angle of 25.41º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B8560E is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 86 14 -
CMYK 0 0.53 0.92 0.28
HSL 25.41º 0.86% 0.39% -
HSV(B) 25.41º 0.92% 0.72% -
XYZ 23.17 16.88 2.45 -
YUV 107.09 75.47 182.85 -
System Red Green Blue C M Y K H S L
Decimal 184 86 14 0 0.53 0.92 0.28 25.41 0.86 0.39
Hex B8 56 E 0 35 5C 1C 19 56 27
Octal 270 126 16 0 65 134 34 31 126 47
Binary 10111000 1010110 1110 0 110101 1011100 11100 11001 1010110 100111

Color Harmonies of #B8560E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8560E

Black with #B8560E

Text Example


Text Example

White with #B8560E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8560E; }

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

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

background-color css

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

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

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

border-color css

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

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

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