#BA581D

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

Shades of Fiery Orange #BA581D

Tints of Fiery Orange #BA581D

Color information

#BA581D (or 0xBA581D) is unknown color: approx Fiery Orange. HEX triplet: BA, 58 and 1D. RGB value is (186,88,29). Sum of RGB (Red+Green+Blue) = 186+88+29=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA581D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA581D is #45A7E2. Grayscale: #6E6E6E. Windows color (decimal): -4564963 or 1923258. OLE color: 1923258.

HSL color Cylindrical-coordinate representation of color #BA581D: hue angle of 22.55º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA581D is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB1868829-
CMYK00.530.840.27
HSL22.55º73.02%42.16%-
HSV(B)22.55º84.41%72.94%-
XYZ23.9617.513.28-
YUV110.5881.97181.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.39%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 29 (11.72% from 255) = 9.57%
R=61.39%
G=29.04%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186882900.530.840.2722.5573.0242.16
HexBA581D035541B17492a
Octal27213035065124332711152
Binary101110101011000111010110101101010011011101111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA581D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA581D; }

 p { color: rgb(186,88,29); }

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

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

 a { background-color: rgb(186,88,29); }

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

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

 span { border-color: rgb(186,88,29); }

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