Html Css Color HEX #B6441E Rust

📋 copy color: '#B6441E'

red 182 ◦ green 68 ◦ blue 30

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

Shades of Rust #B6441E

Tints of Rust #B6441E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.29%

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

R = 65%
G = 24.29%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B6441E (or 0xB6441E) is known color: Rust. HEX triplet: B6, 44 and 1E. RGB value is (182,68,30). Sum of RGB (Red+Green+Blue) = 182+68+30=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B6441E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6441E is #49BBE1. Grayscale: #626262. Windows color (decimal): -4832226 or 1983670. OLE color: 1983670.

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

Color convert

RGB 182 68 30 -
CMYK 0 0.63 0.84 0.29
HSL 15º 0.72% 0.42% -
HSV(B) 15º 0.84% 0.71% -
XYZ 21.59 14.17 2.83 -
YUV 97.75 89.77 188.09 -
System Red Green Blue C M Y K H S L
Decimal 182 68 30 0 0.63 0.84 0.29 15 0.72 0.42
Hex B6 44 1E 0 3F 54 1D F 48 2A
Octal 266 104 36 0 77 124 35 17 110 52
Binary 10110110 1000100 11110 0 111111 1010100 11101 1111 1001000 101010

Color Harmonies of #B6441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6441E

Black with #B6441E

Text Example


Text Example

White with #B6441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6441E; }

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

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

background-color css

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

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

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

border-color css

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

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

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