Html Css Color HEX #B3491A Rust

📋 copy color: '#B3491A'

red 179 ◦ green 73 ◦ blue 26

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

Shades of Rust #B3491A

Tints of Rust #B3491A

RGB

 RED value IS 179 (70.31% from 255) = 64.39%

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

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

R = 64.39%
G = 26.26%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B3491A (or 0xB3491A) is known color: Rust. HEX triplet: B3, 49 and 1A. RGB value is (179,73,26). Sum of RGB (Red+Green+Blue) = 179+73+26=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B3491A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3491A is #4CB6E5. Grayscale: #636363. Windows color (decimal): -5027558 or 1722803. OLE color: 1722803.

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

Color convert

RGB 179 73 26 -
CMYK 0 0.59 0.85 0.30
HSL 18.43º 0.75% 0.4% -
HSV(B) 18.43º 0.85% 0.7% -
XYZ 21.16 14.42 2.65 -
YUV 99.34 86.62 184.82 -
System Red Green Blue C M Y K H S L
Decimal 179 73 26 0 0.59 0.85 0.30 18.43 0.75 0.4
Hex B3 49 1A 0 3B 55 1E 12 4B 28
Octal 263 111 32 0 73 125 36 22 113 50
Binary 10110011 1001001 11010 0 111011 1010101 11110 10010 1001011 101000

Color Harmonies of #B3491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3491A

Black with #B3491A

Text Example


Text Example

White with #B3491A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3491A; }

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

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

background-color css

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

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

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

border-color css

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

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

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