Html Css Color HEX #B84414 Rust

📋 copy color: '#B84414'

red 184 ◦ green 68 ◦ blue 20

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

Shades of Rust #B84414

Tints of Rust #B84414

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25%

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

R = 67.65%
G = 25%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B84414 (or 0xB84414) is known color: Rust. HEX triplet: B8, 44 and 14. RGB value is (184,68,20). Sum of RGB (Red+Green+Blue) = 184+68+20=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B84414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84414 is #47BBEB. Grayscale: #616161. Windows color (decimal): -4701164 or 1328312. OLE color: 1328312.

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

Color convert

RGB 184 68 20 -
CMYK 0 0.63 0.89 0.28
HSL 17.56º 0.8% 0.4% -
HSV(B) 17.56º 0.89% 0.72% -
XYZ 21.96 14.38 2.28 -
YUV 97.21 84.43 189.9 -
System Red Green Blue C M Y K H S L
Decimal 184 68 20 0 0.63 0.89 0.28 17.56 0.8 0.4
Hex B8 44 14 0 3F 59 1C 12 50 28
Octal 270 104 24 0 77 131 34 22 120 50
Binary 10111000 1000100 10100 0 111111 1011001 11100 10010 1010000 101000

Color Harmonies of #B84414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84414

Black with #B84414

Text Example


Text Example

White with #B84414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84414; }

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

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

background-color css

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

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

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

border-color css

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

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

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