Html Css Color HEX #B2491A Rust

📋 copy color: '#B2491A'

red 178 ◦ green 73 ◦ blue 26

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

Shades of Rust #B2491A

Tints of Rust #B2491A

RGB

 RED value IS 178 (69.92% from 255) = 64.26%

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

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

R = 64.26%
G = 26.35%
B = 9.39%

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

#B2491A (or 0xB2491A) is known color: Rust. HEX triplet: B2, 49 and 1A. RGB value is (178,73,26). Sum of RGB (Red+Green+Blue) = 178+73+26=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B2491A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2491A is #4DB6E5. Grayscale: #636363. Windows color (decimal): -5093094 or 1722802. OLE color: 1722802.

HSL color Cylindrical-coordinate representation of color #B2491A: hue angle of 18.55º 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 #B2491A is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 73 26 -
CMYK 0 0.59 0.85 0.30
HSL 18.55º 0.75% 0.4% -
HSV(B) 18.55º 0.85% 0.7% -
XYZ 20.93 14.3 2.64 -
YUV 99.04 86.79 184.32 -
System Red Green Blue C M Y K H S L
Decimal 178 73 26 0 0.59 0.85 0.30 18.55 0.75 0.4
Hex B2 49 1A 0 3B 55 1E 13 4B 28
Octal 262 111 32 0 73 125 36 23 113 50
Binary 10110010 1001001 11010 0 111011 1010101 11110 10011 1001011 101000

Color Harmonies of #B2491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2491A

Black with #B2491A

Text Example


Text Example

White with #B2491A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2491A; }

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

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

background-color css

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

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

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

border-color css

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

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

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