Html Css Color HEX #B15302 Rust

📋 copy color: '#B15302'

red 177 ◦ green 83 ◦ blue 2

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

Shades of Rust #B15302

Tints of Rust #B15302

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.68%

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

R = 67.56%
G = 31.68%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B15302 (or 0xB15302) is known color: Rust. HEX triplet: B1, 53 and 02. RGB value is (177,83,2). Sum of RGB (Red+Green+Blue) = 177+83+2=262 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.56% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 177 - color contains mainly: red. Hex color #B15302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15302 is #4EACFD. Grayscale: #666666. Windows color (decimal): -5156094 or 152497. OLE color: 152497.

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

Color convert

RGB 177 83 2 -
CMYK 0 0.53 0.99 0.31
HSL 27.77º 0.98% 0.35% -
HSV(B) 27.77º 0.99% 0.69% -
XYZ 21.24 15.54 1.94 -
YUV 101.87 71.64 181.59 -
System Red Green Blue C M Y K H S L
Decimal 177 83 2 0 0.53 0.99 0.31 27.77 0.98 0.35
Hex B1 53 2 0 35 63 1F 1C 62 23
Octal 261 123 2 0 65 143 37 34 142 43
Binary 10110001 1010011 10 0 110101 1100011 11111 11100 1100010 100011

Color Harmonies of #B15302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15302

Black with #B15302

Text Example


Text Example

White with #B15302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15302; }

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

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

background-color css

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

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

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

border-color css

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

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

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