Html Css Color HEX #B44218 Rust

📋 copy color: '#B44218'

red 180 ◦ green 66 ◦ blue 24

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

Shades of Rust #B44218

Tints of Rust #B44218

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.44%

 BLUE value IS 24 (9.77% from 255) = 8.89%

R = 66.67%
G = 24.44%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B44218 (or 0xB44218) is known color: Rust. HEX triplet: B4, 42 and 18. RGB value is (180,66,24). Sum of RGB (Red+Green+Blue) = 180+66+24=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B44218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44218 is #4BBDE7. Grayscale: #5F5F5F. Windows color (decimal): -4963816 or 1589940. OLE color: 1589940.

HSL color Cylindrical-coordinate representation of color #B44218: hue angle of 16.15º degrees, saturation: 0.76, 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 #B44218 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 66 24 -
CMYK 0 0.63 0.87 0.29
HSL 16.15º 0.76% 0.4% -
HSV(B) 16.15º 0.87% 0.71% -
XYZ 20.94 13.67 2.4 -
YUV 95.3 87.77 188.42 -
System Red Green Blue C M Y K H S L
Decimal 180 66 24 0 0.63 0.87 0.29 16.15 0.76 0.4
Hex B4 42 18 0 3F 57 1D 10 4C 28
Octal 264 102 30 0 77 127 35 20 114 50
Binary 10110100 1000010 11000 0 111111 1010111 11101 10000 1001100 101000

Color Harmonies of #B44218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44218

Black with #B44218

Text Example


Text Example

White with #B44218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44218; }

 p { color: rgb(180,66,24); }

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

background-color css

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

 a { background-color: rgb(180,66,24); }

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

border-color css

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

 span { border-color: rgb(180,66,24); }

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