Html Css Color HEX #B05502 Rust

📋 copy color: '#B05502'

red 176 ◦ green 85 ◦ blue 2

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

Shades of Rust #B05502

Tints of Rust #B05502

RGB

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

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

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

R = 66.92%
G = 32.32%
B = 0.76%

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

#B05502 (or 0xB05502) is known color: Rust. HEX triplet: B0, 55 and 02. RGB value is (176,85,2). Sum of RGB (Red+Green+Blue) = 176+85+2=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B05502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05502 is #4FAAFD. Grayscale: #676767. Windows color (decimal): -5221118 or 153008. OLE color: 153008.

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

Color convert

RGB 176 85 2 -
CMYK 0 0.52 0.99 0.31
HSL 28.62º 0.98% 0.35% -
HSV(B) 28.62º 0.99% 0.69% -
XYZ 21.16 15.73 1.98 -
YUV 102.75 71.15 180.25 -
System Red Green Blue C M Y K H S L
Decimal 176 85 2 0 0.52 0.99 0.31 28.62 0.98 0.35
Hex B0 55 2 0 34 63 1F 1D 62 23
Octal 260 125 2 0 64 143 37 35 142 43
Binary 10110000 1010101 10 0 110100 1100011 11111 11101 1100010 100011

Color Harmonies of #B05502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05502

Black with #B05502

Text Example


Text Example

White with #B05502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05502; }

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

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

background-color css

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

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

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

border-color css

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

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

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