Html Css Color HEX #B4490D Rust

📋 copy color: '#B4490D'

red 180 ◦ green 73 ◦ blue 13

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

Shades of Rust #B4490D

Tints of Rust #B4490D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.89%

R = 67.67%
G = 27.44%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4490D (or 0xB4490D) is known color: Rust. HEX triplet: B4, 49 and 0D. RGB value is (180,73,13). Sum of RGB (Red+Green+Blue) = 180+73+13=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B4490D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4490D is #4BB6F2. Grayscale: #626262. Windows color (decimal): -4962035 or 870836. OLE color: 870836.

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

Color convert

RGB 180 73 13 -
CMYK 0 0.59 0.93 0.29
HSL 21.56º 0.87% 0.38% -
HSV(B) 21.56º 0.93% 0.71% -
XYZ 21.28 14.5 2.06 -
YUV 98.15 79.95 186.38 -
System Red Green Blue C M Y K H S L
Decimal 180 73 13 0 0.59 0.93 0.29 21.56 0.87 0.38
Hex B4 49 D 0 3B 5D 1D 16 57 26
Octal 264 111 15 0 73 135 35 26 127 46
Binary 10110100 1001001 1101 0 111011 1011101 11101 10110 1010111 100110

Color Harmonies of #B4490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4490D

Black with #B4490D

Text Example


Text Example

White with #B4490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4490D; }

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

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

background-color css

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

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

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

border-color css

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

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

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