Html Css Color HEX #B4491D Rust

📋 copy color: '#B4491D'

red 180 ◦ green 73 ◦ blue 29

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

Shades of Rust #B4491D

Tints of Rust #B4491D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.28%

R = 63.83%
G = 25.89%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B4491D (or 0xB4491D) is known color: Rust. HEX triplet: B4, 49 and 1D. RGB value is (180,73,29). Sum of RGB (Red+Green+Blue) = 180+73+29=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B4491D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4491D is #4BB6E2. Grayscale: #646464. Windows color (decimal): -4962019 or 1919412. OLE color: 1919412.

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

Color convert

RGB 180 73 29 -
CMYK 0 0.59 0.84 0.29
HSL 17.48º 0.72% 0.41% -
HSV(B) 17.48º 0.84% 0.71% -
XYZ 21.43 14.56 2.84 -
YUV 99.98 87.95 185.08 -
System Red Green Blue C M Y K H S L
Decimal 180 73 29 0 0.59 0.84 0.29 17.48 0.72 0.41
Hex B4 49 1D 0 3B 54 1D 11 48 29
Octal 264 111 35 0 73 124 35 21 110 51
Binary 10110100 1001001 11101 0 111011 1010100 11101 10001 1001000 101001

Color Harmonies of #B4491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4491D

Black with #B4491D

Text Example


Text Example

White with #B4491D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4491D; }

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

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

background-color css

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

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

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

border-color css

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

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

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