#B6531D

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

Shades of Fiery Orange #B6531D

Tints of Fiery Orange #B6531D

Color information

#B6531D (or 0xB6531D) is unknown color: approx Fiery Orange. HEX triplet: B6, 53 and 1D. RGB value is (182,83,29). Sum of RGB (Red+Green+Blue) = 182+83+29=294 (38% of max value = 765). Red value is 182 (71.48% from 255 or 61.90% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 182 - color contains mainly: red. Hex color #B6531D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6531D is #49ACE2. Grayscale: #6A6A6A. Windows color (decimal): -4828387 or 1921974. OLE color: 1921974.

HSL color Cylindrical-coordinate representation of color #B6531D: hue angle of 21.18º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B6531D is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB1828329-
CMYK00.540.840.29
HSL21.18º72.51%41.37%-
HSV(B)21.18º84.07%71.37%-
XYZ22.6116.223.1-
YUV106.4484.3181.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.90%
GREEN value IS 83 (32.81% from 255) = 28.23%
BLUE value IS 29 (11.72% from 255) = 9.86%
R=61.90%
G=28.23%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182832900.540.840.2921.1872.5141.37
HexB6531D036541D154929
Octal26612335066124352511151
Binary101101101010011111010110110101010011101101011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6531D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6531D; }

 p { color: rgb(182,83,29); }

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

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

 a { background-color: rgb(182,83,29); }

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

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

 span { border-color: rgb(182,83,29); }

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