Html Css Color HEX #BA1C14 Fire Brick

📋 copy color: '#BA1C14'

red 186 ◦ green 28 ◦ blue 20

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

Shades of Fire Brick #BA1C14

Tints of Fire Brick #BA1C14

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.97%

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

R = 79.49%
G = 11.97%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA1C14 (or 0xBA1C14) is known color: Fire Brick. HEX triplet: BA, 1C and 14. RGB value is (186,28,20). Sum of RGB (Red+Green+Blue) = 186+28+20=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1C14 is #45E3EB. Grayscale: #4A4A4A. Windows color (decimal): -4580332 or 1318074. OLE color: 1318074.

HSL color Cylindrical-coordinate representation of color #BA1C14: hue angle of 2.89º 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 #BA1C14 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 28 20 -
CMYK 0 0.85 0.89 0.27
HSL 2.89º 0.81% 0.4% -
HSV(B) 2.89º 0.89% 0.73% -
XYZ 20.79 11.32 1.75 -
YUV 74.33 97.35 207.65 -
System Red Green Blue C M Y K H S L
Decimal 186 28 20 0 0.85 0.89 0.27 2.89 0.81 0.4
Hex BA 1C 14 0 55 59 1B 3 51 28
Octal 272 34 24 0 125 131 33 3 121 50
Binary 10111010 11100 10100 0 1010101 1011001 11011 11 1010001 101000

Color Harmonies of #BA1C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1C14

Black with #BA1C14

Text Example


Text Example

White with #BA1C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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