Html Css Color HEX #B44618 Rust

📋 copy color: '#B44618'

red 180 ◦ green 70 ◦ blue 24

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

Shades of Rust #B44618

Tints of Rust #B44618

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.55%

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

R = 65.69%
G = 25.55%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B44618 (or 0xB44618) is known color: Rust. HEX triplet: B4, 46 and 18. RGB value is (180,70,24). Sum of RGB (Red+Green+Blue) = 180+70+24=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B44618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44618 is #4BB9E7. Grayscale: #616161. Windows color (decimal): -4962792 or 1590964. OLE color: 1590964.

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

Color convert

RGB 180 70 24 -
CMYK 0 0.61 0.87 0.29
HSL 17.69º 0.76% 0.4% -
HSV(B) 17.69º 0.87% 0.71% -
XYZ 21.18 14.15 2.48 -
YUV 97.65 86.44 186.74 -
System Red Green Blue C M Y K H S L
Decimal 180 70 24 0 0.61 0.87 0.29 17.69 0.76 0.4
Hex B4 46 18 0 3D 57 1D 12 4C 28
Octal 264 106 30 0 75 127 35 22 114 50
Binary 10110100 1000110 11000 0 111101 1010111 11101 10010 1001100 101000

Color Harmonies of #B44618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44618

Black with #B44618

Text Example


Text Example

White with #B44618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44618; }

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

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

background-color css

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

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

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

border-color css

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

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

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