Html Css Color HEX #B6411E Rust

📋 copy color: '#B6411E'

red 182 ◦ green 65 ◦ blue 30

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

Shades of Rust #B6411E

Tints of Rust #B6411E

RGB

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

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

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

R = 65.7%
G = 23.47%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B6411E (or 0xB6411E) is known color: Rust. HEX triplet: B6, 41 and 1E. RGB value is (182,65,30). Sum of RGB (Red+Green+Blue) = 182+65+30=277 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.70% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 182 - color contains mainly: red. Hex color #B6411E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6411E is #49BEE1. Grayscale: #606060. Windows color (decimal): -4832994 or 1982902. OLE color: 1982902.

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

Color convert

RGB 182 65 30 -
CMYK 0 0.64 0.84 0.29
HSL 13.82º 0.72% 0.42% -
HSV(B) 13.82º 0.84% 0.71% -
XYZ 21.42 13.82 2.77 -
YUV 95.99 90.76 189.35 -
System Red Green Blue C M Y K H S L
Decimal 182 65 30 0 0.64 0.84 0.29 13.82 0.72 0.42
Hex B6 41 1E 0 40 54 1D E 48 2A
Octal 266 101 36 0 100 124 35 16 110 52
Binary 10110110 1000001 11110 0 1000000 1010100 11101 1110 1001000 101010

Color Harmonies of #B6411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6411E

Black with #B6411E

Text Example


Text Example

White with #B6411E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6411E; }

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

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

background-color css

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

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

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

border-color css

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

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

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