Html Css Color HEX #B05503 Rust

📋 copy color: '#B05503'

red 176 ◦ green 85 ◦ blue 3

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

Shades of Rust #B05503

Tints of Rust #B05503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.14%

R = 66.67%
G = 32.2%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B05503 (or 0xB05503) is known color: Rust. HEX triplet: B0, 55 and 03. RGB value is (176,85,3). Sum of RGB (Red+Green+Blue) = 176+85+3=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B05503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05503 is #4FAAFC. Grayscale: #676767. Windows color (decimal): -5221117 or 218544. OLE color: 218544.

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

Color convert

RGB 176 85 3 -
CMYK 0 0.52 0.98 0.31
HSL 28.44º 0.97% 0.35% -
HSV(B) 28.44º 0.98% 0.69% -
XYZ 21.17 15.73 2.01 -
YUV 102.86 71.65 180.17 -
System Red Green Blue C M Y K H S L
Decimal 176 85 3 0 0.52 0.98 0.31 28.44 0.97 0.35
Hex B0 55 3 0 34 62 1F 1C 61 23
Octal 260 125 3 0 64 142 37 34 141 43
Binary 10110000 1010101 11 0 110100 1100010 11111 11100 1100001 100011

Color Harmonies of #B05503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05503

Black with #B05503

Text Example


Text Example

White with #B05503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05503; }

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

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

background-color css

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

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

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

border-color css

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

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

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