Html Css Color HEX #B84C0C Rust

📋 copy color: '#B84C0C'

red 184 ◦ green 76 ◦ blue 12

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

Shades of Rust #B84C0C

Tints of Rust #B84C0C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.94%

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

R = 67.65%
G = 27.94%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B84C0C (or 0xB84C0C) is known color: Rust. HEX triplet: B8, 4C and 0C. RGB value is (184,76,12). Sum of RGB (Red+Green+Blue) = 184+76+12=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84C0C is #47B3F3. Grayscale: #656565. Windows color (decimal): -4699124 or 806072. OLE color: 806072.

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

Color convert

RGB 184 76 12 -
CMYK 0 0.59 0.93 0.28
HSL 22.33º 0.88% 0.38% -
HSV(B) 22.33º 0.93% 0.72% -
XYZ 22.42 15.39 2.14 -
YUV 101 77.78 187.2 -
System Red Green Blue C M Y K H S L
Decimal 184 76 12 0 0.59 0.93 0.28 22.33 0.88 0.38
Hex B8 4C C 0 3B 5D 1C 16 58 26
Octal 270 114 14 0 73 135 34 26 130 46
Binary 10111000 1001100 1100 0 111011 1011101 11100 10110 1011000 100110

Color Harmonies of #B84C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84C0C

Black with #B84C0C

Text Example


Text Example

White with #B84C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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