Html Css Color HEX #B44914 Rust

📋 copy color: '#B44914'

red 180 ◦ green 73 ◦ blue 20

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

Shades of Rust #B44914

Tints of Rust #B44914

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.74%

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

R = 65.93%
G = 26.74%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B44914 (or 0xB44914) is known color: Rust. HEX triplet: B4, 49 and 14. RGB value is (180,73,20). Sum of RGB (Red+Green+Blue) = 180+73+20=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B44914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44914 is #4BB6EB. Grayscale: #636363. Windows color (decimal): -4962028 or 1329588. OLE color: 1329588.

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

Color convert

RGB 180 73 20 -
CMYK 0 0.59 0.89 0.29
HSL 19.88º 0.8% 0.39% -
HSV(B) 19.88º 0.89% 0.71% -
XYZ 21.33 14.52 2.34 -
YUV 98.95 83.45 185.81 -
System Red Green Blue C M Y K H S L
Decimal 180 73 20 0 0.59 0.89 0.29 19.88 0.8 0.39
Hex B4 49 14 0 3B 59 1D 14 50 27
Octal 264 111 24 0 73 131 35 24 120 47
Binary 10110100 1001001 10100 0 111011 1011001 11101 10100 1010000 100111

Color Harmonies of #B44914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44914

Black with #B44914

Text Example


Text Example

White with #B44914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44914; }

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

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

background-color css

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

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

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

border-color css

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

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

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