Html Css Color HEX #B6491E Rust

📋 copy color: '#B6491E'

red 182 ◦ green 73 ◦ blue 30

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

Shades of Rust #B6491E

Tints of Rust #B6491E

RGB

 RED value IS 182 (71.48% from 255) = 63.86%

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

 BLUE value IS 30 (12.11% from 255) = 10.53%

R = 63.86%
G = 25.61%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B6491E (or 0xB6491E) is known color: Rust. HEX triplet: B6, 49 and 1E. RGB value is (182,73,30). Sum of RGB (Red+Green+Blue) = 182+73+30=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B6491E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6491E is #49B6E1. Grayscale: #646464. Windows color (decimal): -4830946 or 1984950. OLE color: 1984950.

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

Color convert

RGB 182 73 30 -
CMYK 0 0.60 0.84 0.29
HSL 16.97º 0.72% 0.42% -
HSV(B) 16.97º 0.84% 0.71% -
XYZ 21.91 14.8 2.93 -
YUV 100.69 88.11 186 -
System Red Green Blue C M Y K H S L
Decimal 182 73 30 0 0.60 0.84 0.29 16.97 0.72 0.42
Hex B6 49 1E 0 3C 54 1D 11 48 2A
Octal 266 111 36 0 74 124 35 21 110 52
Binary 10110110 1001001 11110 0 111100 1010100 11101 10001 1001000 101010

Color Harmonies of #B6491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6491E

Black with #B6491E

Text Example


Text Example

White with #B6491E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6491E; }

 p { color: rgb(182,73,30); }

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

background-color css

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

 a { background-color: rgb(182,73,30); }

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

border-color css

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

 span { border-color: rgb(182,73,30); }

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