Html Css Color HEX #B44B17 Rust

📋 copy color: '#B44B17'

red 180 ◦ green 75 ◦ blue 23

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

Shades of Rust #B44B17

Tints of Rust #B44B17

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.98%

 BLUE value IS 23 (9.38% from 255) = 8.27%

R = 64.75%
G = 26.98%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B44B17 (or 0xB44B17) is known color: Rust. HEX triplet: B4, 4B and 17. RGB value is (180,75,23). Sum of RGB (Red+Green+Blue) = 180+75+23=278 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.75% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44B17 is #4BB4E8. Grayscale: #646464. Windows color (decimal): -4961513 or 1526708. OLE color: 1526708.

HSL color Cylindrical-coordinate representation of color #B44B17: hue angle of 19.87º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B44B17 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 75 23 -
CMYK 0 0.58 0.87 0.29
HSL 19.87º 0.77% 0.4% -
HSV(B) 19.87º 0.87% 0.71% -
XYZ 21.49 14.8 2.53 -
YUV 100.47 84.29 184.73 -
System Red Green Blue C M Y K H S L
Decimal 180 75 23 0 0.58 0.87 0.29 19.87 0.77 0.4
Hex B4 4B 17 0 3A 57 1D 14 4D 28
Octal 264 113 27 0 72 127 35 24 115 50
Binary 10110100 1001011 10111 0 111010 1010111 11101 10100 1001101 101000

Color Harmonies of #B44B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44B17

Black with #B44B17

Text Example


Text Example

White with #B44B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44B17; }

 p { color: rgb(180,75,23); }

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

background-color css

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

 a { background-color: rgb(180,75,23); }

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

border-color css

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

 span { border-color: rgb(180,75,23); }

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