Html Css Color HEX #BA2014 Fire Brick

📋 copy color: '#BA2014'

red 186 ◦ green 32 ◦ blue 20

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

Shades of Fire Brick #BA2014

Tints of Fire Brick #BA2014

RGB

 RED value IS 186 (73.05% from 255) = 78.15%

 GREEN value IS 32 (12.89% from 255) = 13.45%

 BLUE value IS 20 (8.2% from 255) = 8.4%

R = 78.15%
G = 13.45%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA2014 (or 0xBA2014) is known color: Fire Brick. HEX triplet: BA, 20 and 14. RGB value is (186,32,20). Sum of RGB (Red+Green+Blue) = 186+32+20=238 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.15% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2014 is #45DFEB. Grayscale: #4C4C4C. Windows color (decimal): -4579308 or 1319098. OLE color: 1319098.

HSL color Cylindrical-coordinate representation of color #BA2014: hue angle of 4.34º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA2014 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 32 20 -
CMYK 0 0.83 0.89 0.27
HSL 4.34º 0.81% 0.4% -
HSV(B) 4.34º 0.89% 0.73% -
XYZ 20.89 11.52 1.78 -
YUV 76.68 96.02 205.98 -
System Red Green Blue C M Y K H S L
Decimal 186 32 20 0 0.83 0.89 0.27 4.34 0.81 0.4
Hex BA 20 14 0 53 59 1B 4 51 28
Octal 272 40 24 0 123 131 33 4 121 50
Binary 10111010 100000 10100 0 1010011 1011001 11011 100 1010001 101000

Color Harmonies of #BA2014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2014

Black with #BA2014

Text Example


Text Example

White with #BA2014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2014; }

 p { color: rgb(186,32,20); }

 H1.HeaderClassName
 {
   color: #BA2014;
 }
 .AnyTagClassName
 {
   color: #BA2014;
 }
</style>

background-color css

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

 a { background-color: rgb(186,32,20); }

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

border-color css

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

 span { border-color: rgb(186,32,20); }

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