Html Css Color HEX #B44719 Rust

📋 copy color: '#B44719'

red 180 ◦ green 71 ◦ blue 25

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

Shades of Rust #B44719

Tints of Rust #B44719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.06%

R = 65.22%
G = 25.72%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B44719 (or 0xB44719) is known color: Rust. HEX triplet: B4, 47 and 19. RGB value is (180,71,25). Sum of RGB (Red+Green+Blue) = 180+71+25=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B44719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44719 is #4BB8E6. Grayscale: #626262. Windows color (decimal): -4962535 or 1656756. OLE color: 1656756.

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

Color convert

RGB 180 71 25 -
CMYK 0 0.61 0.86 0.29
HSL 17.81º 0.76% 0.4% -
HSV(B) 17.81º 0.86% 0.71% -
XYZ 21.25 14.28 2.56 -
YUV 98.35 86.61 186.24 -
System Red Green Blue C M Y K H S L
Decimal 180 71 25 0 0.61 0.86 0.29 17.81 0.76 0.4
Hex B4 47 19 0 3D 56 1D 12 4C 28
Octal 264 107 31 0 75 126 35 22 114 50
Binary 10110100 1000111 11001 0 111101 1010110 11101 10010 1001100 101000

Color Harmonies of #B44719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44719

Black with #B44719

Text Example


Text Example

White with #B44719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44719; }

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

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

background-color css

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

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

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

border-color css

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

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

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