Html Css Color HEX #B15213 Rust

📋 copy color: '#B15213'

red 177 ◦ green 82 ◦ blue 19

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

Shades of Rust #B15213

Tints of Rust #B15213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.83%

R = 63.67%
G = 29.5%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B15213 (or 0xB15213) is known color: Rust. HEX triplet: B1, 52 and 13. RGB value is (177,82,19). Sum of RGB (Red+Green+Blue) = 177+82+19=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B15213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15213 is #4EADEC. Grayscale: #676767. Windows color (decimal): -5156333 or 1266353. OLE color: 1266353.

HSL color Cylindrical-coordinate representation of color #B15213: hue angle of 23.92º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B15213 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 82 19 -
CMYK 0 0.54 0.89 0.31
HSL 23.92º 0.81% 0.38% -
HSV(B) 23.92º 0.89% 0.69% -
XYZ 21.27 15.43 2.47 -
YUV 103.22 80.47 180.62 -
System Red Green Blue C M Y K H S L
Decimal 177 82 19 0 0.54 0.89 0.31 23.92 0.81 0.38
Hex B1 52 13 0 36 59 1F 18 51 26
Octal 261 122 23 0 66 131 37 30 121 46
Binary 10110001 1010010 10011 0 110110 1011001 11111 11000 1010001 100110

Color Harmonies of #B15213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15213

Black with #B15213

Text Example


Text Example

White with #B15213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15213; }

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

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

background-color css

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

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

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

border-color css

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

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

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