Html Css Color HEX #B85A12 Rust

📋 copy color: '#B85A12'

red 184 ◦ green 90 ◦ blue 18

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

Shades of Rust #B85A12

Tints of Rust #B85A12

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.82%

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

R = 63.01%
G = 30.82%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B85A12 (or 0xB85A12) is known color: Rust. HEX triplet: B8, 5A and 12. RGB value is (184,90,18). Sum of RGB (Red+Green+Blue) = 184+90+18=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85A12 is #47A5ED. Grayscale: #6E6E6E. Windows color (decimal): -4695534 or 1202872. OLE color: 1202872.

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

Color convert

RGB 184 90 18 -
CMYK 0 0.51 0.90 0.28
HSL 26.02º 0.82% 0.4% -
HSV(B) 26.02º 0.9% 0.72% -
XYZ 23.53 17.55 2.72 -
YUV 109.9 76.14 180.85 -
System Red Green Blue C M Y K H S L
Decimal 184 90 18 0 0.51 0.90 0.28 26.02 0.82 0.4
Hex B8 5A 12 0 33 5A 1C 1A 52 28
Octal 270 132 22 0 63 132 34 32 122 50
Binary 10111000 1011010 10010 0 110011 1011010 11100 11010 1010010 101000

Color Harmonies of #B85A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85A12

Black with #B85A12

Text Example


Text Example

White with #B85A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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