Html Css Color HEX #B4490E Rust

📋 copy color: '#B4490E'

red 180 ◦ green 73 ◦ blue 14

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

Shades of Rust #B4490E

Tints of Rust #B4490E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.24%

R = 67.42%
G = 27.34%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B4490E (or 0xB4490E) is known color: Rust. HEX triplet: B4, 49 and 0E. RGB value is (180,73,14). Sum of RGB (Red+Green+Blue) = 180+73+14=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B4490E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4490E is #4BB6F1. Grayscale: #626262. Windows color (decimal): -4962034 or 936372. OLE color: 936372.

HSL color Cylindrical-coordinate representation of color #B4490E: hue angle of 21.33º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B4490E is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 73 14 -
CMYK 0 0.59 0.92 0.29
HSL 21.33º 0.86% 0.38% -
HSV(B) 21.33º 0.92% 0.71% -
XYZ 21.28 14.5 2.09 -
YUV 98.27 80.45 186.3 -
System Red Green Blue C M Y K H S L
Decimal 180 73 14 0 0.59 0.92 0.29 21.33 0.86 0.38
Hex B4 49 E 0 3B 5C 1D 15 56 26
Octal 264 111 16 0 73 134 35 25 126 46
Binary 10110100 1001001 1110 0 111011 1011100 11101 10101 1010110 100110

Color Harmonies of #B4490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4490E

Black with #B4490E

Text Example


Text Example

White with #B4490E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4490E; }

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

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

background-color css

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

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

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

border-color css

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

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

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