Html Css Color HEX #B84E0C Rust

📋 copy color: '#B84E0C'

red 184 ◦ green 78 ◦ blue 12

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

Shades of Rust #B84E0C

Tints of Rust #B84E0C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.47%

 BLUE value IS 12 (5.08% from 255) = 4.38%

R = 67.15%
G = 28.47%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B84E0C (or 0xB84E0C) is known color: Rust. HEX triplet: B8, 4E and 0C. RGB value is (184,78,12). Sum of RGB (Red+Green+Blue) = 184+78+12=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B84E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B84E0C is #47B1F3. Grayscale: #666666. Windows color (decimal): -4698612 or 806584. OLE color: 806584.

HSL color Cylindrical-coordinate representation of color #B84E0C: hue angle of 23.02º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B84E0C is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 78 12 -
CMYK 0 0.58 0.93 0.28
HSL 23.02º 0.88% 0.38% -
HSV(B) 23.02º 0.93% 0.72% -
XYZ 22.56 15.67 2.18 -
YUV 102.17 77.12 186.37 -
System Red Green Blue C M Y K H S L
Decimal 184 78 12 0 0.58 0.93 0.28 23.02 0.88 0.38
Hex B8 4E C 0 3A 5D 1C 17 58 26
Octal 270 116 14 0 72 135 34 27 130 46
Binary 10111000 1001110 1100 0 111010 1011101 11100 10111 1011000 100110

Color Harmonies of #B84E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84E0C

Black with #B84E0C

Text Example


Text Example

White with #B84E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84E0C; }

 p { color: rgb(184,78,12); }

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

background-color css

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

 a { background-color: rgb(184,78,12); }

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

border-color css

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

 span { border-color: rgb(184,78,12); }

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