Html Css Color HEX #B6490F Rust

📋 copy color: '#B6490F'

red 182 ◦ green 73 ◦ blue 15

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

Shades of Rust #B6490F

Tints of Rust #B6490F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.56%

R = 67.41%
G = 27.04%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B6490F (or 0xB6490F) is known color: Rust. HEX triplet: B6, 49 and 0F. RGB value is (182,73,15). Sum of RGB (Red+Green+Blue) = 182+73+15=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B6490F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6490F is #49B6F0. Grayscale: #636363. Windows color (decimal): -4830961 or 1001910. OLE color: 1001910.

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

Color convert

RGB 182 73 15 -
CMYK 0 0.60 0.92 0.29
HSL 20.84º 0.85% 0.39% -
HSV(B) 20.84º 0.92% 0.71% -
XYZ 21.76 14.74 2.15 -
YUV 98.98 80.61 187.22 -
System Red Green Blue C M Y K H S L
Decimal 182 73 15 0 0.60 0.92 0.29 20.84 0.85 0.39
Hex B6 49 F 0 3C 5C 1D 15 55 27
Octal 266 111 17 0 74 134 35 25 125 47
Binary 10110110 1001001 1111 0 111100 1011100 11101 10101 1010101 100111

Color Harmonies of #B6490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6490F

Black with #B6490F

Text Example


Text Example

White with #B6490F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6490F; }

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

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

background-color css

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

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

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

border-color css

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

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

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