#B6421A

Color #B6421A Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #B6421A

Tints of Rust #B6421A

Color information

#B6421A (or 0xB6421A) is unknown color: approx Rust. HEX triplet: B6, 42 and 1A. RGB value is (182,66,26). Sum of RGB (Red+Green+Blue) = 182+66+26=274 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.42% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 182 - color contains mainly: red. Hex color #B6421A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6421A is #49BDE5. Grayscale: #606060. Windows color (decimal): -4832742 or 1721014. OLE color: 1721014.

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

Color convert

RGB1826626-
CMYK00.640.860.29
HSL15.38º75%40.78%-
HSV(B)15.38º85.71%71.37%-
XYZ21.4313.922.53-
YUV96.1288.43189.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 66.42%
GREEN value IS 66 (26.17% from 255) = 24.09%
BLUE value IS 26 (10.55% from 255) = 9.49%
R=66.42%
G=24.09%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182662600.640.860.2915.387540.78
HexB6421A040561Df4b29
Octal266102320100126351711351
Binary101101101000010110100100000010101101110111111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6421A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6421A; }

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

 H1.HeaderClassName
 {
   color: #B6421A;
 }
 .AnyTagClassName
 {
   color: #B6421A;
 }
</style>
background-color css

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

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

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

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

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

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