Html Css Color HEX #B6400D Rust

📋 copy color: '#B6400D'

red 182 ◦ green 64 ◦ blue 13

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

Shades of Rust #B6400D

Tints of Rust #B6400D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.02%

R = 70.27%
G = 24.71%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B6400D (or 0xB6400D) is known color: Rust. HEX triplet: B6, 40 and 0D. RGB value is (182,64,13). Sum of RGB (Red+Green+Blue) = 182+64+13=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B6400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6400D is #49BFF2. Grayscale: #5D5D5D. Windows color (decimal): -4833267 or 868534. OLE color: 868534.

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

Color convert

RGB 182 64 13 -
CMYK 0 0.65 0.93 0.29
HSL 18.11º 0.87% 0.38% -
HSV(B) 18.11º 0.93% 0.71% -
XYZ 21.2 13.64 1.9 -
YUV 93.47 82.59 191.15 -
System Red Green Blue C M Y K H S L
Decimal 182 64 13 0 0.65 0.93 0.29 18.11 0.87 0.38
Hex B6 40 D 0 41 5D 1D 12 57 26
Octal 266 100 15 0 101 135 35 22 127 46
Binary 10110110 1000000 1101 0 1000001 1011101 11101 10010 1010111 100110

Color Harmonies of #B6400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6400D

Black with #B6400D

Text Example


Text Example

White with #B6400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6400D; }

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

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

background-color css

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

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

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

border-color css

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

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

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