Html Css Color HEX #B44613 Rust

📋 copy color: '#B44613'

red 180 ◦ green 70 ◦ blue 19

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

Shades of Rust #B44613

Tints of Rust #B44613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.06%

R = 66.91%
G = 26.02%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B44613 (or 0xB44613) is known color: Rust. HEX triplet: B4, 46 and 13. RGB value is (180,70,19). Sum of RGB (Red+Green+Blue) = 180+70+19=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B44613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44613 is #4BB9EC. Grayscale: #616161. Windows color (decimal): -4962797 or 1263284. OLE color: 1263284.

HSL color Cylindrical-coordinate representation of color #B44613: hue angle of 19.01º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B44613 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 70 19 -
CMYK 0 0.61 0.89 0.29
HSL 19.01º 0.81% 0.39% -
HSV(B) 19.01º 0.89% 0.71% -
XYZ 21.13 14.13 2.23 -
YUV 97.08 83.94 187.15 -
System Red Green Blue C M Y K H S L
Decimal 180 70 19 0 0.61 0.89 0.29 19.01 0.81 0.39
Hex B4 46 13 0 3D 59 1D 13 51 27
Octal 264 106 23 0 75 131 35 23 121 47
Binary 10110100 1000110 10011 0 111101 1011001 11101 10011 1010001 100111

Color Harmonies of #B44613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44613

Black with #B44613

Text Example


Text Example

White with #B44613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44613; }

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

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

background-color css

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

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

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

border-color css

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

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

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