Html Css Color HEX #B84614 Rust

📋 copy color: '#B84614'

red 184 ◦ green 70 ◦ blue 20

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

Shades of Rust #B84614

Tints of Rust #B84614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.55%

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

R = 67.15%
G = 25.55%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B84614 (or 0xB84614) is known color: Rust. HEX triplet: B8, 46 and 14. RGB value is (184,70,20). Sum of RGB (Red+Green+Blue) = 184+70+20=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B84614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84614 is #47B9EB. Grayscale: #626262. Windows color (decimal): -4700652 or 1328824. OLE color: 1328824.

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

Color convert

RGB 184 70 20 -
CMYK 0 0.62 0.89 0.28
HSL 18.29º 0.8% 0.4% -
HSV(B) 18.29º 0.89% 0.72% -
XYZ 22.08 14.62 2.32 -
YUV 98.39 83.77 189.07 -
System Red Green Blue C M Y K H S L
Decimal 184 70 20 0 0.62 0.89 0.28 18.29 0.8 0.4
Hex B8 46 14 0 3E 59 1C 12 50 28
Octal 270 106 24 0 76 131 34 22 120 50
Binary 10111000 1000110 10100 0 111110 1011001 11100 10010 1010000 101000

Color Harmonies of #B84614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84614

Black with #B84614

Text Example


Text Example

White with #B84614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84614; }

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

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

background-color css

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

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

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

border-color css

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

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

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