Html Css Color HEX #B44014 Rust

📋 copy color: '#B44014'

red 180 ◦ green 64 ◦ blue 20

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

Shades of Rust #B44014

Tints of Rust #B44014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.24%

 BLUE value IS 20 (8.2% from 255) = 7.58%

R = 68.18%
G = 24.24%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B44014 (or 0xB44014) is known color: Rust. HEX triplet: B4, 40 and 14. RGB value is (180,64,20). Sum of RGB (Red+Green+Blue) = 180+64+20=264 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.18% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 180 - color contains mainly: red. Hex color #B44014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44014 is #4BBFEB. Grayscale: #5D5D5D. Windows color (decimal): -4964332 or 1327284. OLE color: 1327284.

HSL color Cylindrical-coordinate representation of color #B44014: hue angle of 16.5º degrees, saturation: 0.8, 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 #B44014 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 64 20 -
CMYK 0 0.64 0.89 0.29
HSL 16.5º 0.8% 0.39% -
HSV(B) 16.5º 0.89% 0.71% -
XYZ 20.78 13.42 2.16 -
YUV 93.67 86.43 189.58 -
System Red Green Blue C M Y K H S L
Decimal 180 64 20 0 0.64 0.89 0.29 16.5 0.8 0.39
Hex B4 40 14 0 40 59 1D 10 50 27
Octal 264 100 24 0 100 131 35 20 120 47
Binary 10110100 1000000 10100 0 1000000 1011001 11101 10000 1010000 100111

Color Harmonies of #B44014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44014

Black with #B44014

Text Example


Text Example

White with #B44014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44014; }

 p { color: rgb(180,64,20); }

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

background-color css

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

 a { background-color: rgb(180,64,20); }

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

border-color css

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

 span { border-color: rgb(180,64,20); }

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