Html Css Color HEX #B44416 Rust

📋 copy color: '#B44416'

red 180 ◦ green 68 ◦ blue 22

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

Shades of Rust #B44416

Tints of Rust #B44416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.15%

R = 66.67%
G = 25.19%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B44416 (or 0xB44416) is known color: Rust. HEX triplet: B4, 44 and 16. RGB value is (180,68,22). Sum of RGB (Red+Green+Blue) = 180+68+22=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B44416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44416 is #4BBBE9. Grayscale: #606060. Windows color (decimal): -4963306 or 1459380. OLE color: 1459380.

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

Color convert

RGB 180 68 22 -
CMYK 0 0.62 0.88 0.29
HSL 17.47º 0.78% 0.4% -
HSV(B) 17.47º 0.88% 0.71% -
XYZ 21.03 13.9 2.33 -
YUV 96.24 86.11 187.74 -
System Red Green Blue C M Y K H S L
Decimal 180 68 22 0 0.62 0.88 0.29 17.47 0.78 0.4
Hex B4 44 16 0 3E 58 1D 11 4E 28
Octal 264 104 26 0 76 130 35 21 116 50
Binary 10110100 1000100 10110 0 111110 1011000 11101 10001 1001110 101000

Color Harmonies of #B44416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44416

Black with #B44416

Text Example


Text Example

White with #B44416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44416; }

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

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

background-color css

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

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

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

border-color css

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

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

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