#B6531C

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

Shades of Fiery Orange #B6531C

Tints of Fiery Orange #B6531C

Color information

#B6531C (or 0xB6531C) is unknown color: approx Fiery Orange. HEX triplet: B6, 53 and 1C. RGB value is (182,83,28). Sum of RGB (Red+Green+Blue) = 182+83+28=293 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.12% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 182 - color contains mainly: red. Hex color #B6531C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6531C is #49ACE3. Grayscale: #6A6A6A. Windows color (decimal): -4828388 or 1856438. OLE color: 1856438.

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

Color convert

RGB1828328-
CMYK00.540.850.29
HSL21.43º73.33%41.18%-
HSV(B)21.43º84.62%71.37%-
XYZ22.5916.223.04-
YUV106.3383.8181.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.12%
GREEN value IS 83 (32.81% from 255) = 28.33%
BLUE value IS 28 (11.33% from 255) = 9.56%
R=62.12%
G=28.33%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182832800.540.850.2921.4373.3341.18
HexB6531C036551D154929
Octal26612334066125352511151
Binary101101101010011111000110110101010111101101011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6531C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6531C; }

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

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

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

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

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

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

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

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