Html Css Color HEX #B95612 Rust

📋 copy color: '#B95612'

red 185 ◦ green 86 ◦ blue 18

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

Shades of Rust #B95612

Tints of Rust #B95612

RGB

 RED value IS 185 (72.66% from 255) = 64.01%

 GREEN value IS 86 (33.98% from 255) = 29.76%

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

R = 64.01%
G = 29.76%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B95612 (or 0xB95612) is known color: Rust. HEX triplet: B9, 56 and 12. RGB value is (185,86,18). Sum of RGB (Red+Green+Blue) = 185+86+18=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B95612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95612 is #46A9ED. Grayscale: #6C6C6C. Windows color (decimal): -4631022 or 1201849. OLE color: 1201849.

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

Color convert

RGB 185 86 18 -
CMYK 0 0.54 0.90 0.27
HSL 24.43º 0.82% 0.4% -
HSV(B) 24.43º 0.9% 0.73% -
XYZ 23.44 17.01 2.62 -
YUV 107.85 77.3 183.03 -
System Red Green Blue C M Y K H S L
Decimal 185 86 18 0 0.54 0.90 0.27 24.43 0.82 0.4
Hex B9 56 12 0 36 5A 1B 18 52 28
Octal 271 126 22 0 66 132 33 30 122 50
Binary 10111001 1010110 10010 0 110110 1011010 11011 11000 1010010 101000

Color Harmonies of #B95612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95612

Black with #B95612

Text Example


Text Example

White with #B95612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95612; }

 p { color: rgb(185,86,18); }

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

background-color css

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

 a { background-color: rgb(185,86,18); }

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

border-color css

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

 span { border-color: rgb(185,86,18); }

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