Html Css Color HEX #B4490B Rust

📋 copy color: '#B4490B'

red 180 ◦ green 73 ◦ blue 11

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

Shades of Rust #B4490B

Tints of Rust #B4490B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.17%

R = 68.18%
G = 27.65%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B4490B (or 0xB4490B) is known color: Rust. HEX triplet: B4, 49 and 0B. RGB value is (180,73,11). Sum of RGB (Red+Green+Blue) = 180+73+11=264 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.18% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 180 - color contains mainly: red. Hex color #B4490B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4490B is #4BB6F4. Grayscale: #626262. Windows color (decimal): -4962037 or 739764. OLE color: 739764.

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

Color convert

RGB 180 73 11 -
CMYK 0 0.59 0.94 0.29
HSL 22.01º 0.88% 0.37% -
HSV(B) 22.01º 0.94% 0.71% -
XYZ 21.27 14.49 1.99 -
YUV 97.93 78.95 186.54 -
System Red Green Blue C M Y K H S L
Decimal 180 73 11 0 0.59 0.94 0.29 22.01 0.88 0.37
Hex B4 49 B 0 3B 5E 1D 16 58 25
Octal 264 111 13 0 73 136 35 26 130 45
Binary 10110100 1001001 1011 0 111011 1011110 11101 10110 1011000 100101

Color Harmonies of #B4490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4490B

Black with #B4490B

Text Example


Text Example

White with #B4490B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4490B; }

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

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

background-color css

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

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

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

border-color css

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

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

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