#B2551D

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

Shades of Fiery Orange #B2551D

Tints of Fiery Orange #B2551D

Color information

#B2551D (or 0xB2551D) is unknown color: approx Fiery Orange. HEX triplet: B2, 55 and 1D. RGB value is (178,85,29). Sum of RGB (Red+Green+Blue) = 178+85+29=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B2551D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2551D is #4DAAE2. Grayscale: #6A6A6A. Windows color (decimal): -5090019 or 1922482. OLE color: 1922482.

HSL color Cylindrical-coordinate representation of color #B2551D: hue angle of 22.55º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2551D is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB1788529-
CMYK00.520.840.30
HSL22.55º71.98%40.59%-
HSV(B)22.55º83.71%69.8%-
XYZ21.8316.053.11-
YUV106.4284.31179.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.96%
GREEN value IS 85 (33.59% from 255) = 29.11%
BLUE value IS 29 (11.72% from 255) = 9.93%
R=60.96%
G=29.11%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178852900.520.840.3022.5571.9840.59
HexB2551D034541E174829
Octal26212535064124362711051
Binary101100101010101111010110100101010011110101111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2551D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2551D; }

 p { color: rgb(178,85,29); }

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

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

 a { background-color: rgb(178,85,29); }

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

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

 span { border-color: rgb(178,85,29); }

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