Html Css Color HEX #B15212 Rust

📋 copy color: '#B15212'

red 177 ◦ green 82 ◦ blue 18

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

Shades of Rust #B15212

Tints of Rust #B15212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.6%

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

R = 63.9%
G = 29.6%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B15212 (or 0xB15212) is known color: Rust. HEX triplet: B1, 52 and 12. RGB value is (177,82,18). Sum of RGB (Red+Green+Blue) = 177+82+18=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B15212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15212 is #4EADED. Grayscale: #676767. Windows color (decimal): -5156334 or 1200817. OLE color: 1200817.

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

Color convert

RGB 177 82 18 -
CMYK 0 0.54 0.90 0.31
HSL 24.15º 0.82% 0.38% -
HSV(B) 24.15º 0.9% 0.69% -
XYZ 21.26 15.43 2.43 -
YUV 103.11 79.97 180.7 -
System Red Green Blue C M Y K H S L
Decimal 177 82 18 0 0.54 0.90 0.31 24.15 0.82 0.38
Hex B1 52 12 0 36 5A 1F 18 52 26
Octal 261 122 22 0 66 132 37 30 122 46
Binary 10110001 1010010 10010 0 110110 1011010 11111 11000 1010010 100110

Color Harmonies of #B15212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15212

Black with #B15212

Text Example


Text Example

White with #B15212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15212; }

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

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

background-color css

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

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

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

border-color css

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

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

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