Html Css Color HEX #B15812 Rust

📋 copy color: '#B15812'

red 177 ◦ green 88 ◦ blue 18

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

Shades of Rust #B15812

Tints of Rust #B15812

RGB

 RED value IS 177 (69.53% from 255) = 62.54%

 GREEN value IS 88 (34.77% from 255) = 31.1%

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

R = 62.54%
G = 31.1%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B15812 (or 0xB15812) is known color: Rust. HEX triplet: B1, 58 and 12. RGB value is (177,88,18). Sum of RGB (Red+Green+Blue) = 177+88+18=283 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.54% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 177 - color contains mainly: red. Hex color #B15812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15812 is #4EA7ED. Grayscale: #6B6B6B. Windows color (decimal): -5154798 or 1202353. OLE color: 1202353.

HSL color Cylindrical-coordinate representation of color #B15812: hue angle of 26.42º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B15812 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 88 18 -
CMYK 0 0.50 0.90 0.31
HSL 26.42º 0.82% 0.38% -
HSV(B) 26.42º 0.9% 0.69% -
XYZ 21.73 16.37 2.59 -
YUV 106.63 77.99 178.19 -
System Red Green Blue C M Y K H S L
Decimal 177 88 18 0 0.50 0.90 0.31 26.42 0.82 0.38
Hex B1 58 12 0 32 5A 1F 1A 52 26
Octal 261 130 22 0 62 132 37 32 122 46
Binary 10110001 1011000 10010 0 110010 1011010 11111 11010 1010010 100110

Color Harmonies of #B15812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15812

Black with #B15812

Text Example


Text Example

White with #B15812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15812; }

 p { color: rgb(177,88,18); }

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

background-color css

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

 a { background-color: rgb(177,88,18); }

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

border-color css

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

 span { border-color: rgb(177,88,18); }

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