Html Css Color HEX #B05403 Rust

📋 copy color: '#B05403'

red 176 ◦ green 84 ◦ blue 3

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

Shades of Rust #B05403

Tints of Rust #B05403

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.94%

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

R = 66.92%
G = 31.94%
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

#B05403 (or 0xB05403) is known color: Rust. HEX triplet: B0, 54 and 03. RGB value is (176,84,3). Sum of RGB (Red+Green+Blue) = 176+84+3=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B05403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05403 is #4FABFC. Grayscale: #666666. Windows color (decimal): -5221373 or 218288. OLE color: 218288.

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

Color convert

RGB 176 84 3 -
CMYK 0 0.52 0.98 0.31
HSL 28.09º 0.97% 0.35% -
HSV(B) 28.09º 0.98% 0.69% -
XYZ 21.09 15.58 1.98 -
YUV 102.27 71.98 180.59 -
System Red Green Blue C M Y K H S L
Decimal 176 84 3 0 0.52 0.98 0.31 28.09 0.97 0.35
Hex B0 54 3 0 34 62 1F 1C 61 23
Octal 260 124 3 0 64 142 37 34 141 43
Binary 10110000 1010100 11 0 110100 1100010 11111 11100 1100001 100011

Color Harmonies of #B05403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05403

Black with #B05403

Text Example


Text Example

White with #B05403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05403; }

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

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

background-color css

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

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

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

border-color css

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

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

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