Html Css Color HEX #B85512 Rust

📋 copy color: '#B85512'

red 184 ◦ green 85 ◦ blue 18

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

Shades of Rust #B85512

Tints of Rust #B85512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.62%

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

R = 64.11%
G = 29.62%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B85512 (or 0xB85512) is known color: Rust. HEX triplet: B8, 55 and 12. RGB value is (184,85,18). Sum of RGB (Red+Green+Blue) = 184+85+18=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B85512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85512 is #47AAED. Grayscale: #6B6B6B. Windows color (decimal): -4696814 or 1201592. OLE color: 1201592.

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

Color convert

RGB 184 85 18 -
CMYK 0 0.54 0.90 0.28
HSL 24.22º 0.82% 0.4% -
HSV(B) 24.22º 0.9% 0.72% -
XYZ 23.12 16.73 2.58 -
YUV 106.96 77.8 182.95 -
System Red Green Blue C M Y K H S L
Decimal 184 85 18 0 0.54 0.90 0.28 24.22 0.82 0.4
Hex B8 55 12 0 36 5A 1C 18 52 28
Octal 270 125 22 0 66 132 34 30 122 50
Binary 10111000 1010101 10010 0 110110 1011010 11100 11000 1010010 101000

Color Harmonies of #B85512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85512

Black with #B85512

Text Example


Text Example

White with #B85512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85512; }

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

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

background-color css

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

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

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

border-color css

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

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

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