Html Css Color HEX #B84014 Rust

📋 copy color: '#B84014'

red 184 ◦ green 64 ◦ blue 20

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

Shades of Rust #B84014

Tints of Rust #B84014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.88%

 BLUE value IS 20 (8.2% from 255) = 7.46%

R = 68.66%
G = 23.88%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B84014 (or 0xB84014) is known color: Rust. HEX triplet: B8, 40 and 14. RGB value is (184,64,20). Sum of RGB (Red+Green+Blue) = 184+64+20=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B84014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84014 is #47BFEB. Grayscale: #5F5F5F. Windows color (decimal): -4702188 or 1327288. OLE color: 1327288.

HSL color Cylindrical-coordinate representation of color #B84014: hue angle of 16.1º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B84014 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 64 20 -
CMYK 0 0.65 0.89 0.28
HSL 16.1º 0.8% 0.4% -
HSV(B) 16.1º 0.89% 0.72% -
XYZ 21.73 13.91 2.2 -
YUV 94.86 85.76 191.58 -
System Red Green Blue C M Y K H S L
Decimal 184 64 20 0 0.65 0.89 0.28 16.1 0.8 0.4
Hex B8 40 14 0 41 59 1C 10 50 28
Octal 270 100 24 0 101 131 34 20 120 50
Binary 10111000 1000000 10100 0 1000001 1011001 11100 10000 1010000 101000

Color Harmonies of #B84014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84014

Black with #B84014

Text Example


Text Example

White with #B84014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84014; }

 p { color: rgb(184,64,20); }

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

background-color css

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

 a { background-color: rgb(184,64,20); }

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

border-color css

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

 span { border-color: rgb(184,64,20); }

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