Html Css Color HEX #B05201 Rust

📋 copy color: '#B05201'

red 176 ◦ green 82 ◦ blue 1

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

Shades of Rust #B05201

Tints of Rust #B05201

RGB

 RED value IS 176 (69.14% from 255) = 67.95%

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

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 67.95%
G = 31.66%
B = 0.39%

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

#B05201 (or 0xB05201) is known color: Rust. HEX triplet: B0, 52 and 01. RGB value is (176,82,1). Sum of RGB (Red+Green+Blue) = 176+82+1=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B05201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05201 is #4FADFE. Grayscale: #656565. Windows color (decimal): -5221887 or 86704. OLE color: 86704.

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

Color convert

RGB 176 82 1 -
CMYK 0 0.53 0.99 0.31
HSL 27.77º 0.99% 0.35% -
HSV(B) 27.77º 0.99% 0.69% -
XYZ 20.93 15.27 1.87 -
YUV 100.87 71.64 181.59 -
System Red Green Blue C M Y K H S L
Decimal 176 82 1 0 0.53 0.99 0.31 27.77 0.99 0.35
Hex B0 52 1 0 35 63 1F 1C 63 23
Octal 260 122 1 0 65 143 37 34 143 43
Binary 10110000 1010010 1 0 110101 1100011 11111 11100 1100011 100011

Color Harmonies of #B05201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05201

Black with #B05201

Text Example


Text Example

White with #B05201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05201; }

 p { color: rgb(176,82,1); }

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

background-color css

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

 a { background-color: rgb(176,82,1); }

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

border-color css

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

 span { border-color: rgb(176,82,1); }

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