Html Css Color HEX #B44F11 Rust

📋 copy color: '#B44F11'

red 180 ◦ green 79 ◦ blue 17

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

Shades of Rust #B44F11

Tints of Rust #B44F11

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.62%

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

R = 65.22%
G = 28.62%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B44F11 (or 0xB44F11) is known color: Rust. HEX triplet: B4, 4F and 11. RGB value is (180,79,17). Sum of RGB (Red+Green+Blue) = 180+79+17=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B44F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B44F11 is #4BB0EE. Grayscale: #666666. Windows color (decimal): -4960495 or 1134516. OLE color: 1134516.

HSL color Cylindrical-coordinate representation of color #B44F11: hue angle of 22.82º 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 #B44F11 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 79 17 -
CMYK 0 0.56 0.91 0.29
HSL 22.82º 0.83% 0.39% -
HSV(B) 22.82º 0.91% 0.71% -
XYZ 21.72 15.34 2.35 -
YUV 102.13 79.96 183.54 -
System Red Green Blue C M Y K H S L
Decimal 180 79 17 0 0.56 0.91 0.29 22.82 0.83 0.39
Hex B4 4F 11 0 38 5B 1D 17 53 27
Octal 264 117 21 0 70 133 35 27 123 47
Binary 10110100 1001111 10001 0 111000 1011011 11101 10111 1010011 100111

Color Harmonies of #B44F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44F11

Black with #B44F11

Text Example


Text Example

White with #B44F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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