Html Css Color HEX #B05011 Rust

📋 copy color: '#B05011'

red 176 ◦ green 80 ◦ blue 17

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

Shades of Rust #B05011

Tints of Rust #B05011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.3%

 BLUE value IS 17 (7.03% from 255) = 6.23%

R = 64.47%
G = 29.3%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B05011 (or 0xB05011) is known color: Rust. HEX triplet: B0, 50 and 11. RGB value is (176,80,17). Sum of RGB (Red+Green+Blue) = 176+80+17=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B05011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05011 is #4FAFEE. Grayscale: #656565. Windows color (decimal): -5222383 or 1134768. OLE color: 1134768.

HSL color Cylindrical-coordinate representation of color #B05011: hue angle of 23.77º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B05011 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 80 17 -
CMYK 0 0.55 0.90 0.31
HSL 23.77º 0.82% 0.38% -
HSV(B) 23.77º 0.9% 0.69% -
XYZ 20.87 15.01 2.33 -
YUV 101.52 80.3 181.12 -
System Red Green Blue C M Y K H S L
Decimal 176 80 17 0 0.55 0.90 0.31 23.77 0.82 0.38
Hex B0 50 11 0 37 5A 1F 18 52 26
Octal 260 120 21 0 67 132 37 30 122 46
Binary 10110000 1010000 10001 0 110111 1011010 11111 11000 1010010 100110

Color Harmonies of #B05011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05011

Black with #B05011

Text Example


Text Example

White with #B05011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05011; }

 p { color: rgb(176,80,17); }

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

background-color css

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

 a { background-color: rgb(176,80,17); }

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

border-color css

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

 span { border-color: rgb(176,80,17); }

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