Html Css Color HEX #B15010 Rust

📋 copy color: '#B15010'

red 177 ◦ green 80 ◦ blue 16

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

Shades of Rust #B15010

Tints of Rust #B15010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.3%

 BLUE value IS 16 (6.64% from 255) = 5.86%

R = 64.84%
G = 29.3%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B15010 (or 0xB15010) is known color: Rust. HEX triplet: B1, 50 and 10. RGB value is (177,80,16). Sum of RGB (Red+Green+Blue) = 177+80+16=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B15010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15010 is #4EAFEF. Grayscale: #666666. Windows color (decimal): -5156848 or 1069233. OLE color: 1069233.

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

Color convert

RGB 177 80 16 -
CMYK 0 0.55 0.91 0.31
HSL 23.85º 0.83% 0.38% -
HSV(B) 23.85º 0.91% 0.69% -
XYZ 21.09 15.12 2.3 -
YUV 101.71 79.64 181.7 -
System Red Green Blue C M Y K H S L
Decimal 177 80 16 0 0.55 0.91 0.31 23.85 0.83 0.38
Hex B1 50 10 0 37 5B 1F 18 53 26
Octal 261 120 20 0 67 133 37 30 123 46
Binary 10110001 1010000 10000 0 110111 1011011 11111 11000 1010011 100110

Color Harmonies of #B15010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15010

Black with #B15010

Text Example


Text Example

White with #B15010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15010; }

 p { color: rgb(177,80,16); }

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

background-color css

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

 a { background-color: rgb(177,80,16); }

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

border-color css

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

 span { border-color: rgb(177,80,16); }

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