Html Css Color HEX #B6471E Rust

📋 copy color: '#B6471E'

red 182 ◦ green 71 ◦ blue 30

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

Shades of Rust #B6471E

Tints of Rust #B6471E

RGB

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

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

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

R = 64.31%
G = 25.09%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B6471E (or 0xB6471E) is known color: Rust. HEX triplet: B6, 47 and 1E. RGB value is (182,71,30). Sum of RGB (Red+Green+Blue) = 182+71+30=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B6471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6471E is #49B8E1. Grayscale: #636363. Windows color (decimal): -4831458 or 1984438. OLE color: 1984438.

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

Color convert

RGB 182 71 30 -
CMYK 0 0.61 0.84 0.29
HSL 16.18º 0.72% 0.42% -
HSV(B) 16.18º 0.84% 0.71% -
XYZ 21.78 14.55 2.89 -
YUV 99.52 88.77 186.83 -
System Red Green Blue C M Y K H S L
Decimal 182 71 30 0 0.61 0.84 0.29 16.18 0.72 0.42
Hex B6 47 1E 0 3D 54 1D 10 48 2A
Octal 266 107 36 0 75 124 35 20 110 52
Binary 10110110 1000111 11110 0 111101 1010100 11101 10000 1001000 101010

Color Harmonies of #B6471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6471E

Black with #B6471E

Text Example


Text Example

White with #B6471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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