Html Css Color HEX #B44711 Rust

📋 copy color: '#B44711'

red 180 ◦ green 71 ◦ blue 17

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

Shades of Rust #B44711

Tints of Rust #B44711

RGB

 RED value IS 180 (70.7% from 255) = 67.16%

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

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

R = 67.16%
G = 26.49%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B44711 (or 0xB44711) is known color: Rust. HEX triplet: B4, 47 and 11. RGB value is (180,71,17). Sum of RGB (Red+Green+Blue) = 180+71+17=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B44711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44711 is #4BB8EE. Grayscale: #616161. Windows color (decimal): -4962543 or 1132468. OLE color: 1132468.

HSL color Cylindrical-coordinate representation of color #B44711: hue angle of 19.88º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B44711 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 71 17 -
CMYK 0 0.61 0.91 0.29
HSL 19.88º 0.83% 0.39% -
HSV(B) 19.88º 0.91% 0.71% -
XYZ 21.18 14.25 2.16 -
YUV 97.44 82.61 186.89 -
System Red Green Blue C M Y K H S L
Decimal 180 71 17 0 0.61 0.91 0.29 19.88 0.83 0.39
Hex B4 47 11 0 3D 5B 1D 14 53 27
Octal 264 107 21 0 75 133 35 24 123 47
Binary 10110100 1000111 10001 0 111101 1011011 11101 10100 1010011 100111

Color Harmonies of #B44711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44711

Black with #B44711

Text Example


Text Example

White with #B44711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44711; }

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

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

background-color css

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

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

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

border-color css

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

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

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