Html Css Color HEX #B84013 Rust

📋 copy color: '#B84013'

red 184 ◦ green 64 ◦ blue 19

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

Shades of Rust #B84013

Tints of Rust #B84013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.12%

R = 68.91%
G = 23.97%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B84013 (or 0xB84013) is known color: Rust. HEX triplet: B8, 40 and 13. RGB value is (184,64,19). Sum of RGB (Red+Green+Blue) = 184+64+19=267 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.91% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 184 - color contains mainly: red. Hex color #B84013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84013 is #47BFEC. Grayscale: #5F5F5F. Windows color (decimal): -4702189 or 1261752. OLE color: 1261752.

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

Color convert

RGB 184 64 19 -
CMYK 0 0.65 0.90 0.28
HSL 16.36º 0.81% 0.4% -
HSV(B) 16.36º 0.9% 0.72% -
XYZ 21.72 13.9 2.16 -
YUV 94.75 85.26 191.66 -
System Red Green Blue C M Y K H S L
Decimal 184 64 19 0 0.65 0.90 0.28 16.36 0.81 0.4
Hex B8 40 13 0 41 5A 1C 10 51 28
Octal 270 100 23 0 101 132 34 20 121 50
Binary 10111000 1000000 10011 0 1000001 1011010 11100 10000 1010001 101000

Color Harmonies of #B84013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84013

Black with #B84013

Text Example


Text Example

White with #B84013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84013; }

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

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

background-color css

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

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

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

border-color css

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

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

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