Html Css Color HEX #B6461C Rust

📋 copy color: '#B6461C'

red 182 ◦ green 70 ◦ blue 28

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

Shades of Rust #B6461C

Tints of Rust #B6461C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25%

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

R = 65%
G = 25%
B = 10%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B6461C (or 0xB6461C) is known color: Rust. HEX triplet: B6, 46 and 1C. RGB value is (182,70,28). Sum of RGB (Red+Green+Blue) = 182+70+28=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B6461C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6461C is #49B9E3. Grayscale: #626262. Windows color (decimal): -4831716 or 1853110. OLE color: 1853110.

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

Color convert

RGB 182 70 28 -
CMYK 0 0.62 0.85 0.29
HSL 16.36º 0.73% 0.41% -
HSV(B) 16.36º 0.85% 0.71% -
XYZ 21.69 14.41 2.74 -
YUV 98.7 88.11 187.42 -
System Red Green Blue C M Y K H S L
Decimal 182 70 28 0 0.62 0.85 0.29 16.36 0.73 0.41
Hex B6 46 1C 0 3E 55 1D 10 49 29
Octal 266 106 34 0 76 125 35 20 111 51
Binary 10110110 1000110 11100 0 111110 1010101 11101 10000 1001001 101001

Color Harmonies of #B6461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6461C

Black with #B6461C

Text Example


Text Example

White with #B6461C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6461C; }

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

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

background-color css

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

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

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

border-color css

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

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

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