Html Css Color HEX #B8500C Rust

📋 copy color: '#B8500C'

red 184 ◦ green 80 ◦ blue 12

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

Shades of Rust #B8500C

Tints of Rust #B8500C

RGB

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

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

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

R = 66.67%
G = 28.99%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B8500C (or 0xB8500C) is known color: Rust. HEX triplet: B8, 50 and 0C. RGB value is (184,80,12). Sum of RGB (Red+Green+Blue) = 184+80+12=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B8500C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8500C is #47AFF3. Grayscale: #676767. Windows color (decimal): -4698100 or 807096. OLE color: 807096.

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

Color convert

RGB 184 80 12 -
CMYK 0 0.57 0.93 0.28
HSL 23.72º 0.88% 0.38% -
HSV(B) 23.72º 0.93% 0.72% -
XYZ 22.7 15.95 2.23 -
YUV 103.34 76.46 185.53 -
System Red Green Blue C M Y K H S L
Decimal 184 80 12 0 0.57 0.93 0.28 23.72 0.88 0.38
Hex B8 50 C 0 39 5D 1C 18 58 26
Octal 270 120 14 0 71 135 34 30 130 46
Binary 10111000 1010000 1100 0 111001 1011101 11100 11000 1011000 100110

Color Harmonies of #B8500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8500C

Black with #B8500C

Text Example


Text Example

White with #B8500C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8500C; }

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

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

background-color css

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

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

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

border-color css

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

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

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