Html Css Color HEX #B05501 Rust

📋 copy color: '#B05501'

red 176 ◦ green 85 ◦ blue 1

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

Shades of Rust #B05501

Tints of Rust #B05501

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.44%

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

R = 67.18%
G = 32.44%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B05501 (or 0xB05501) is known color: Rust. HEX triplet: B0, 55 and 01. RGB value is (176,85,1). Sum of RGB (Red+Green+Blue) = 176+85+1=262 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.18% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 176 - color contains mainly: red. Hex color #B05501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05501 is #4FAAFE. Grayscale: #676767. Windows color (decimal): -5221119 or 87472. OLE color: 87472.

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

Color convert

RGB 176 85 1 -
CMYK 0 0.52 0.99 0.31
HSL 28.8º 0.99% 0.35% -
HSV(B) 28.8º 0.99% 0.69% -
XYZ 21.16 15.73 1.95 -
YUV 102.63 70.65 180.33 -
System Red Green Blue C M Y K H S L
Decimal 176 85 1 0 0.52 0.99 0.31 28.8 0.99 0.35
Hex B0 55 1 0 34 63 1F 1D 63 23
Octal 260 125 1 0 64 143 37 35 143 43
Binary 10110000 1010101 1 0 110100 1100011 11111 11101 1100011 100011

Color Harmonies of #B05501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05501

Black with #B05501

Text Example


Text Example

White with #B05501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05501; }

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

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

background-color css

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

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

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

border-color css

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

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

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