#B25D33

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

Shades of Fiery Orange #B25D33

Tints of Fiery Orange #B25D33

Color information

#B25D33 (or 0xB25D33) is unknown color: approx Fiery Orange. HEX triplet: B2, 5D and 33. RGB value is (178,93,51). Sum of RGB (Red+Green+Blue) = 178+93+51=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25D33 is #4DA2CC. Grayscale: #717171. Windows color (decimal): -5087949 or 3366322. OLE color: 3366322.

HSL color Cylindrical-coordinate representation of color #B25D33: hue angle of 19.84º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B25D33 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB1789351-
CMYK00.480.710.30
HSL19.84º55.46%44.9%-
HSV(B)19.84º71.35%69.8%-
XYZ22.8717.535.31-
YUV113.6392.66173.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.28%
GREEN value IS 93 (36.72% from 255) = 28.88%
BLUE value IS 51 (20.31% from 255) = 15.84%
R=55.28%
G=28.88%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178935100.480.710.3019.8455.4644.9
HexB25D33030471E14372d
Octal2621356306010736246755
Binary101100101011101110011011000010001111111010100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25D33; }

 p { color: rgb(178,93,51); }

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

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

 a { background-color: rgb(178,93,51); }

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

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

 span { border-color: rgb(178,93,51); }

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