Html Css Color HEX #B6470D Rust

📋 copy color: '#B6470D'

red 182 ◦ green 71 ◦ blue 13

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

Shades of Rust #B6470D

Tints of Rust #B6470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.69%

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

R = 68.42%
G = 26.69%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B6470D (or 0xB6470D) is known color: Rust. HEX triplet: B6, 47 and 0D. RGB value is (182,71,13). Sum of RGB (Red+Green+Blue) = 182+71+13=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B6470D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6470D is #49B8F2. Grayscale: #616161. Windows color (decimal): -4831475 or 870326. OLE color: 870326.

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

Color convert

RGB 182 71 13 -
CMYK 0 0.61 0.93 0.29
HSL 20.59º 0.87% 0.38% -
HSV(B) 20.59º 0.93% 0.71% -
XYZ 21.62 14.48 2.04 -
YUV 97.58 80.27 188.22 -
System Red Green Blue C M Y K H S L
Decimal 182 71 13 0 0.61 0.93 0.29 20.59 0.87 0.38
Hex B6 47 D 0 3D 5D 1D 15 57 26
Octal 266 107 15 0 75 135 35 25 127 46
Binary 10110110 1000111 1101 0 111101 1011101 11101 10101 1010111 100110

Color Harmonies of #B6470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6470D

Black with #B6470D

Text Example


Text Example

White with #B6470D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6470D; }

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

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

background-color css

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

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

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

border-color css

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

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

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