Html Css Color HEX #B6471A Rust

📋 copy color: '#B6471A'

red 182 ◦ green 71 ◦ blue 26

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

Shades of Rust #B6471A

Tints of Rust #B6471A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.32%

R = 65.23%
G = 25.45%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B6471A (or 0xB6471A) is known color: Rust. HEX triplet: B6, 47 and 1A. RGB value is (182,71,26). Sum of RGB (Red+Green+Blue) = 182+71+26=279 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.23% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 182 - color contains mainly: red. Hex color #B6471A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6471A is #49B8E5. Grayscale: #636363. Windows color (decimal): -4831462 or 1722294. OLE color: 1722294.

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

Color convert

RGB 182 71 26 -
CMYK 0 0.61 0.86 0.29
HSL 17.31º 0.75% 0.41% -
HSV(B) 17.31º 0.86% 0.71% -
XYZ 21.73 14.53 2.64 -
YUV 99.06 86.77 187.16 -
System Red Green Blue C M Y K H S L
Decimal 182 71 26 0 0.61 0.86 0.29 17.31 0.75 0.41
Hex B6 47 1A 0 3D 56 1D 11 4B 29
Octal 266 107 32 0 75 126 35 21 113 51
Binary 10110110 1000111 11010 0 111101 1010110 11101 10001 1001011 101001

Color Harmonies of #B6471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6471A

Black with #B6471A

Text Example


Text Example

White with #B6471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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