Html Css Color HEX #B6411A Rust

📋 copy color: '#B6411A'

red 182 ◦ green 65 ◦ blue 26

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

Shades of Rust #B6411A

Tints of Rust #B6411A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.81%

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

R = 66.67%
G = 23.81%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B6411A (or 0xB6411A) is known color: Rust. HEX triplet: B6, 41 and 1A. RGB value is (182,65,26). Sum of RGB (Red+Green+Blue) = 182+65+26=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B6411A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6411A is #49BEE5. Grayscale: #5F5F5F. Windows color (decimal): -4832998 or 1720758. OLE color: 1720758.

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

Color convert

RGB 182 65 26 -
CMYK 0 0.64 0.86 0.29
HSL 15º 0.75% 0.41% -
HSV(B) 15º 0.86% 0.71% -
XYZ 21.37 13.8 2.51 -
YUV 95.54 88.76 189.67 -
System Red Green Blue C M Y K H S L
Decimal 182 65 26 0 0.64 0.86 0.29 15 0.75 0.41
Hex B6 41 1A 0 40 56 1D F 4B 29
Octal 266 101 32 0 100 126 35 17 113 51
Binary 10110110 1000001 11010 0 1000000 1010110 11101 1111 1001011 101001

Color Harmonies of #B6411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6411A

Black with #B6411A

Text Example


Text Example

White with #B6411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6411A; }

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

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

background-color css

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

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

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

border-color css

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

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

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