Html Css Color HEX #B04011 Rust

📋 copy color: '#B04011'

red 176 ◦ green 64 ◦ blue 17

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

Shades of Rust #B04011

Tints of Rust #B04011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.9%

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

R = 68.48%
G = 24.9%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B04011 (or 0xB04011) is known color: Rust. HEX triplet: B0, 40 and 11. RGB value is (176,64,17). Sum of RGB (Red+Green+Blue) = 176+64+17=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B04011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04011 is #4FBFEE. Grayscale: #5C5C5C. Windows color (decimal): -5226479 or 1130672. OLE color: 1130672.

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

Color convert

RGB 176 64 17 -
CMYK 0 0.64 0.90 0.31
HSL 17.74º 0.82% 0.38% -
HSV(B) 17.74º 0.9% 0.69% -
XYZ 19.84 12.94 1.98 -
YUV 92.13 85.61 187.82 -
System Red Green Blue C M Y K H S L
Decimal 176 64 17 0 0.64 0.90 0.31 17.74 0.82 0.38
Hex B0 40 11 0 40 5A 1F 12 52 26
Octal 260 100 21 0 100 132 37 22 122 46
Binary 10110000 1000000 10001 0 1000000 1011010 11111 10010 1010010 100110

Color Harmonies of #B04011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04011

Black with #B04011

Text Example


Text Example

White with #B04011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04011; }

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

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

background-color css

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

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

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

border-color css

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

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

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