Html Css Color HEX #BA581D Fiery Orange

📋 copy color: '#BA581D'

red 186 ◦ green 88 ◦ blue 29

#BA581D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiery Orange #BA581D

Tints of Fiery Orange #BA581D

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 value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA581D (or 0xBA581D) is known color: 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

RGB 186 88 29 -
CMYK 0 0.53 0.84 0.27
HSL 22.55º 0.73% 0.42% -
HSV(B) 22.55º 0.84% 0.73% -
XYZ 23.96 17.51 3.28 -
YUV 110.58 81.97 181.8 -
System Red Green Blue C M Y K H S L
Decimal 186 88 29 0 0.53 0.84 0.27 22.55 0.73 0.42
Hex BA 58 1D 0 35 54 1B 17 49 2A
Octal 272 130 35 0 65 124 33 27 111 52
Binary 10111010 1011000 11101 0 110101 1010100 11011 10111 1001001 101010

Color Harmonies of #BA581D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA581D

Black with #BA581D

Text Example


Text Example

White with #BA581D

Text Example


Text Example

HTML Codes & Css Web 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>