Html Css Color HEX #B84214 Rust

📋 copy color: '#B84214'

red 184 ◦ green 66 ◦ blue 20

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

Shades of Rust #B84214

Tints of Rust #B84214

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.44%

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

R = 68.15%
G = 24.44%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B84214 (or 0xB84214) is known color: Rust. HEX triplet: B8, 42 and 14. RGB value is (184,66,20). Sum of RGB (Red+Green+Blue) = 184+66+20=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B84214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84214 is #47BDEB. Grayscale: #606060. Windows color (decimal): -4701676 or 1327800. OLE color: 1327800.

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

Color convert

RGB 184 66 20 -
CMYK 0 0.64 0.89 0.28
HSL 16.83º 0.8% 0.4% -
HSV(B) 16.83º 0.89% 0.72% -
XYZ 21.84 14.14 2.24 -
YUV 96.04 85.09 190.74 -
System Red Green Blue C M Y K H S L
Decimal 184 66 20 0 0.64 0.89 0.28 16.83 0.8 0.4
Hex B8 42 14 0 40 59 1C 11 50 28
Octal 270 102 24 0 100 131 34 21 120 50
Binary 10111000 1000010 10100 0 1000000 1011001 11100 10001 1010000 101000

Color Harmonies of #B84214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84214

Black with #B84214

Text Example


Text Example

White with #B84214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84214; }

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

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

background-color css

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

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

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

border-color css

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

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

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