Html Css Color HEX #B84512 Rust

📋 copy color: '#B84512'

red 184 ◦ green 69 ◦ blue 18

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

Shades of Rust #B84512

Tints of Rust #B84512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.46%

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

R = 67.9%
G = 25.46%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B84512 (or 0xB84512) is known color: Rust. HEX triplet: B8, 45 and 12. RGB value is (184,69,18). Sum of RGB (Red+Green+Blue) = 184+69+18=271 (35% of max value = 765). Red value is 184 (72.27% from 255 or 67.90% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 184 - color contains mainly: red. Hex color #B84512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84512 is #47BAED. Grayscale: #616161. Windows color (decimal): -4700910 or 1197496. OLE color: 1197496.

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

Color convert

RGB 184 69 18 -
CMYK 0 0.62 0.90 0.28
HSL 18.43º 0.82% 0.4% -
HSV(B) 18.43º 0.9% 0.72% -
XYZ 22 14.49 2.21 -
YUV 97.57 83.1 189.65 -
System Red Green Blue C M Y K H S L
Decimal 184 69 18 0 0.62 0.90 0.28 18.43 0.82 0.4
Hex B8 45 12 0 3E 5A 1C 12 52 28
Octal 270 105 22 0 76 132 34 22 122 50
Binary 10111000 1000101 10010 0 111110 1011010 11100 10010 1010010 101000

Color Harmonies of #B84512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84512

Black with #B84512

Text Example


Text Example

White with #B84512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84512; }

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

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

background-color css

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

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

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

border-color css

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

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

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