Html Css Color HEX #B8500E Rust

📋 copy color: '#B8500E'

red 184 ◦ green 80 ◦ blue 14

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

Shades of Rust #B8500E

Tints of Rust #B8500E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.78%

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

R = 66.19%
G = 28.78%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B8500E (or 0xB8500E) is known color: Rust. HEX triplet: B8, 50 and 0E. RGB value is (184,80,14). Sum of RGB (Red+Green+Blue) = 184+80+14=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B8500E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8500E is #47AFF1. Grayscale: #676767. Windows color (decimal): -4698098 or 938168. OLE color: 938168.

HSL color Cylindrical-coordinate representation of color #B8500E: hue angle of 23.29º 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 #B8500E is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 80 14 -
CMYK 0 0.57 0.92 0.28
HSL 23.29º 0.86% 0.39% -
HSV(B) 23.29º 0.92% 0.72% -
XYZ 22.72 15.96 2.3 -
YUV 103.57 77.46 185.37 -
System Red Green Blue C M Y K H S L
Decimal 184 80 14 0 0.57 0.92 0.28 23.29 0.86 0.39
Hex B8 50 E 0 39 5C 1C 17 56 27
Octal 270 120 16 0 71 134 34 27 126 47
Binary 10111000 1010000 1110 0 111001 1011100 11100 10111 1010110 100111

Color Harmonies of #B8500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8500E

Black with #B8500E

Text Example


Text Example

White with #B8500E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8500E; }

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

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

background-color css

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

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

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

border-color css

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

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

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