Html Css Color HEX #B44518 Rust

📋 copy color: '#B44518'

red 180 ◦ green 69 ◦ blue 24

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

Shades of Rust #B44518

Tints of Rust #B44518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.27%

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

R = 65.93%
G = 25.27%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B44518 (or 0xB44518) is known color: Rust. HEX triplet: B4, 45 and 18. RGB value is (180,69,24). Sum of RGB (Red+Green+Blue) = 180+69+24=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B44518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44518 is #4BBAE7. Grayscale: #616161. Windows color (decimal): -4963048 or 1590708. OLE color: 1590708.

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

Color convert

RGB 180 69 24 -
CMYK 0 0.62 0.87 0.29
HSL 17.31º 0.76% 0.4% -
HSV(B) 17.31º 0.87% 0.71% -
XYZ 21.12 14.03 2.46 -
YUV 97.06 86.77 187.16 -
System Red Green Blue C M Y K H S L
Decimal 180 69 24 0 0.62 0.87 0.29 17.31 0.76 0.4
Hex B4 45 18 0 3E 57 1D 11 4C 28
Octal 264 105 30 0 76 127 35 21 114 50
Binary 10110100 1000101 11000 0 111110 1010111 11101 10001 1001100 101000

Color Harmonies of #B44518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44518

Black with #B44518

Text Example


Text Example

White with #B44518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44518; }

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

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

background-color css

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

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

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

border-color css

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

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

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