Html Css Color HEX #B6401C Rust

📋 copy color: '#B6401C'

red 182 ◦ green 64 ◦ blue 28

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

Shades of Rust #B6401C

Tints of Rust #B6401C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.22%

R = 66.42%
G = 23.36%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B6401C (or 0xB6401C) is known color: Rust. HEX triplet: B6, 40 and 1C. RGB value is (182,64,28). Sum of RGB (Red+Green+Blue) = 182+64+28=274 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.42% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 182 - color contains mainly: red. Hex color #B6401C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6401C is #49BFE3. Grayscale: #5F5F5F. Windows color (decimal): -4833252 or 1851574. OLE color: 1851574.

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

Color convert

RGB 182 64 28 -
CMYK 0 0.65 0.85 0.29
HSL 14.03º 0.73% 0.41% -
HSV(B) 14.03º 0.85% 0.71% -
XYZ 21.33 13.7 2.62 -
YUV 95.18 90.09 189.93 -
System Red Green Blue C M Y K H S L
Decimal 182 64 28 0 0.65 0.85 0.29 14.03 0.73 0.41
Hex B6 40 1C 0 41 55 1D E 49 29
Octal 266 100 34 0 101 125 35 16 111 51
Binary 10110110 1000000 11100 0 1000001 1010101 11101 1110 1001001 101001

Color Harmonies of #B6401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6401C

Black with #B6401C

Text Example


Text Example

White with #B6401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6401C; }

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

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

background-color css

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

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

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

border-color css

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

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

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