Html Css Color HEX #B15102 Rust

📋 copy color: '#B15102'

red 177 ◦ green 81 ◦ blue 2

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

Shades of Rust #B15102

Tints of Rust #B15102

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.15%

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 68.08%
G = 31.15%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B15102 (or 0xB15102) is known color: Rust. HEX triplet: B1, 51 and 02. RGB value is (177,81,2). Sum of RGB (Red+Green+Blue) = 177+81+2=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B15102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15102 is #4EAEFD. Grayscale: #656565. Windows color (decimal): -5156606 or 151985. OLE color: 151985.

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

Color convert

RGB 177 81 2 -
CMYK 0 0.54 0.99 0.31
HSL 27.09º 0.98% 0.35% -
HSV(B) 27.09º 0.99% 0.69% -
XYZ 21.08 15.24 1.89 -
YUV 100.7 72.3 182.42 -
System Red Green Blue C M Y K H S L
Decimal 177 81 2 0 0.54 0.99 0.31 27.09 0.98 0.35
Hex B1 51 2 0 36 63 1F 1B 62 23
Octal 261 121 2 0 66 143 37 33 142 43
Binary 10110001 1010001 10 0 110110 1100011 11111 11011 1100010 100011

Color Harmonies of #B15102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15102

Black with #B15102

Text Example


Text Example

White with #B15102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15102; }

 p { color: rgb(177,81,2); }

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

background-color css

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

 a { background-color: rgb(177,81,2); }

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

border-color css

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

 span { border-color: rgb(177,81,2); }

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