Html Css Color HEX #B84814 Rust

📋 copy color: '#B84814'

red 184 ◦ green 72 ◦ blue 20

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

Shades of Rust #B84814

Tints of Rust #B84814

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.09%

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

R = 66.67%
G = 26.09%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B84814 (or 0xB84814) is known color: Rust. HEX triplet: B8, 48 and 14. RGB value is (184,72,20). Sum of RGB (Red+Green+Blue) = 184+72+20=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B84814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84814 is #47B7EB. Grayscale: #636363. Windows color (decimal): -4700140 or 1329336. OLE color: 1329336.

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

Color convert

RGB 184 72 20 -
CMYK 0 0.61 0.89 0.28
HSL 19.02º 0.8% 0.4% -
HSV(B) 19.02º 0.89% 0.72% -
XYZ 22.21 14.88 2.36 -
YUV 99.56 83.11 188.23 -
System Red Green Blue C M Y K H S L
Decimal 184 72 20 0 0.61 0.89 0.28 19.02 0.8 0.4
Hex B8 48 14 0 3D 59 1C 13 50 28
Octal 270 110 24 0 75 131 34 23 120 50
Binary 10111000 1001000 10100 0 111101 1011001 11100 10011 1010000 101000

Color Harmonies of #B84814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84814

Black with #B84814

Text Example


Text Example

White with #B84814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84814; }

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

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

background-color css

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

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

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

border-color css

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

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

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