Html Css Color HEX #B44419 Rust

📋 copy color: '#B44419'

red 180 ◦ green 68 ◦ blue 25

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

Shades of Rust #B44419

Tints of Rust #B44419

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.91%

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

R = 65.93%
G = 24.91%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B44419 (or 0xB44419) is known color: Rust. HEX triplet: B4, 44 and 19. RGB value is (180,68,25). Sum of RGB (Red+Green+Blue) = 180+68+25=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B44419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44419 is #4BBBE6. Grayscale: #606060. Windows color (decimal): -4963303 or 1655988. OLE color: 1655988.

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

Color convert

RGB 180 68 25 -
CMYK 0 0.62 0.86 0.29
HSL 16.65º 0.76% 0.4% -
HSV(B) 16.65º 0.86% 0.71% -
XYZ 21.06 13.91 2.49 -
YUV 96.59 87.61 187.5 -
System Red Green Blue C M Y K H S L
Decimal 180 68 25 0 0.62 0.86 0.29 16.65 0.76 0.4
Hex B4 44 19 0 3E 56 1D 11 4C 28
Octal 264 104 31 0 76 126 35 21 114 50
Binary 10110100 1000100 11001 0 111110 1010110 11101 10001 1001100 101000

Color Harmonies of #B44419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44419

Black with #B44419

Text Example


Text Example

White with #B44419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44419; }

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

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

background-color css

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

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

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

border-color css

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

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

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