Html Css Color HEX #B6401E Rust

📋 copy color: '#B6401E'

red 182 ◦ green 64 ◦ blue 30

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

Shades of Rust #B6401E

Tints of Rust #B6401E

RGB

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

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

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

R = 65.94%
G = 23.19%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B6401E (or 0xB6401E) is known color: Rust. HEX triplet: B6, 40 and 1E. RGB value is (182,64,30). Sum of RGB (Red+Green+Blue) = 182+64+30=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B6401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6401E is #49BFE1. Grayscale: #5F5F5F. Windows color (decimal): -4833250 or 1982646. OLE color: 1982646.

HSL color Cylindrical-coordinate representation of color #B6401E: hue angle of 13.42º 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 #B6401E is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 64 30 -
CMYK 0 0.65 0.84 0.29
HSL 13.42º 0.72% 0.42% -
HSV(B) 13.42º 0.84% 0.71% -
XYZ 21.36 13.71 2.75 -
YUV 95.41 91.09 189.76 -
System Red Green Blue C M Y K H S L
Decimal 182 64 30 0 0.65 0.84 0.29 13.42 0.72 0.42
Hex B6 40 1E 0 41 54 1D D 48 2A
Octal 266 100 36 0 101 124 35 15 110 52
Binary 10110110 1000000 11110 0 1000001 1010100 11101 1101 1001000 101010

Color Harmonies of #B6401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6401E

Black with #B6401E

Text Example


Text Example

White with #B6401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6401E; }

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

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

background-color css

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

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

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

border-color css

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

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

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