Html Css Color HEX #B6401F Rust

📋 copy color: '#B6401F'

red 182 ◦ green 64 ◦ blue 31

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

Shades of Rust #B6401F

Tints of Rust #B6401F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.1%

 BLUE value IS 31 (12.5% from 255) = 11.19%

R = 65.7%
G = 23.1%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B6401F (or 0xB6401F) is known color: Rust. HEX triplet: B6, 40 and 1F. RGB value is (182,64,31). Sum of RGB (Red+Green+Blue) = 182+64+31=277 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.70% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 182 - color contains mainly: red. Hex color #B6401F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6401F is #49BFE0. Grayscale: #5F5F5F. Windows color (decimal): -4833249 or 2048182. OLE color: 2048182.

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

Color convert

RGB 182 64 31 -
CMYK 0 0.65 0.83 0.29
HSL 13.11º 0.71% 0.42% -
HSV(B) 13.11º 0.83% 0.71% -
XYZ 21.37 13.71 2.82 -
YUV 95.52 91.59 189.68 -
System Red Green Blue C M Y K H S L
Decimal 182 64 31 0 0.65 0.83 0.29 13.11 0.71 0.42
Hex B6 40 1F 0 41 53 1D D 47 2A
Octal 266 100 37 0 101 123 35 15 107 52
Binary 10110110 1000000 11111 0 1000001 1010011 11101 1101 1000111 101010

Color Harmonies of #B6401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6401F

Black with #B6401F

Text Example


Text Example

White with #B6401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6401F; }

 p { color: rgb(182,64,31); }

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

background-color css

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

 a { background-color: rgb(182,64,31); }

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

border-color css

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

 span { border-color: rgb(182,64,31); }

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