Html Css Color HEX #B4491A Rust

📋 copy color: '#B4491A'

red 180 ◦ green 73 ◦ blue 26

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

Shades of Rust #B4491A

Tints of Rust #B4491A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.32%

R = 64.52%
G = 26.16%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B4491A (or 0xB4491A) is known color: Rust. HEX triplet: B4, 49 and 1A. RGB value is (180,73,26). Sum of RGB (Red+Green+Blue) = 180+73+26=279 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.52% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 180 - color contains mainly: red. Hex color #B4491A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4491A is #4BB6E5. Grayscale: #636363. Windows color (decimal): -4962022 or 1722804. OLE color: 1722804.

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

Color convert

RGB 180 73 26 -
CMYK 0 0.59 0.86 0.29
HSL 18.31º 0.75% 0.4% -
HSV(B) 18.31º 0.86% 0.71% -
XYZ 21.39 14.54 2.66 -
YUV 99.64 86.45 185.32 -
System Red Green Blue C M Y K H S L
Decimal 180 73 26 0 0.59 0.86 0.29 18.31 0.75 0.4
Hex B4 49 1A 0 3B 56 1D 12 4B 28
Octal 264 111 32 0 73 126 35 22 113 50
Binary 10110100 1001001 11010 0 111011 1010110 11101 10010 1001011 101000

Color Harmonies of #B4491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4491A

Black with #B4491A

Text Example


Text Example

White with #B4491A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4491A; }

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

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

background-color css

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

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

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

border-color css

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

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

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