Html Css Color HEX #B04711 Rust

📋 copy color: '#B04711'

red 176 ◦ green 71 ◦ blue 17

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

Shades of Rust #B04711

Tints of Rust #B04711

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.89%

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

R = 66.67%
G = 26.89%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B04711 (or 0xB04711) is known color: Rust. HEX triplet: B0, 47 and 11. RGB value is (176,71,17). Sum of RGB (Red+Green+Blue) = 176+71+17=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B04711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04711 is #4FB8EE. Grayscale: #606060. Windows color (decimal): -5224687 or 1132464. OLE color: 1132464.

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

Color convert

RGB 176 71 17 -
CMYK 0 0.60 0.90 0.31
HSL 20.38º 0.82% 0.38% -
HSV(B) 20.38º 0.9% 0.69% -
XYZ 20.26 13.78 2.12 -
YUV 96.24 83.29 184.89 -
System Red Green Blue C M Y K H S L
Decimal 176 71 17 0 0.60 0.90 0.31 20.38 0.82 0.38
Hex B0 47 11 0 3C 5A 1F 14 52 26
Octal 260 107 21 0 74 132 37 24 122 46
Binary 10110000 1000111 10001 0 111100 1011010 11111 10100 1010010 100110

Color Harmonies of #B04711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04711

Black with #B04711

Text Example


Text Example

White with #B04711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04711; }

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

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

background-color css

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

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

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

border-color css

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

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

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