Html Css Color HEX #B84812 Rust

📋 copy color: '#B84812'

red 184 ◦ green 72 ◦ blue 18

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

Shades of Rust #B84812

Tints of Rust #B84812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.28%

 BLUE value IS 18 (7.42% from 255) = 6.57%

R = 67.15%
G = 26.28%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B84812 (or 0xB84812) is known color: Rust. HEX triplet: B8, 48 and 12. RGB value is (184,72,18). Sum of RGB (Red+Green+Blue) = 184+72+18=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B84812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84812 is #47B7ED. Grayscale: #636363. Windows color (decimal): -4700142 or 1198264. OLE color: 1198264.

HSL color Cylindrical-coordinate representation of color #B84812: hue angle of 19.52º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B84812 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 72 18 -
CMYK 0 0.61 0.90 0.28
HSL 19.52º 0.82% 0.4% -
HSV(B) 19.52º 0.9% 0.72% -
XYZ 22.19 14.87 2.27 -
YUV 99.33 82.11 188.39 -
System Red Green Blue C M Y K H S L
Decimal 184 72 18 0 0.61 0.90 0.28 19.52 0.82 0.4
Hex B8 48 12 0 3D 5A 1C 14 52 28
Octal 270 110 22 0 75 132 34 24 122 50
Binary 10111000 1001000 10010 0 111101 1011010 11100 10100 1010010 101000

Color Harmonies of #B84812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84812

Black with #B84812

Text Example


Text Example

White with #B84812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84812; }

 p { color: rgb(184,72,18); }

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

background-color css

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

 a { background-color: rgb(184,72,18); }

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

border-color css

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

 span { border-color: rgb(184,72,18); }

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